From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by sourceware.org (Postfix) with ESMTPS id E1F7E3857BA6 for ; Thu, 6 Oct 2022 09:10:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E1F7E3857BA6 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x62d.google.com with SMTP id qn17so3246955ejb.0 for ; Thu, 06 Oct 2022 02:10:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=l0G/aO1min2DuCzBK1zgNOPP0FhMFkeYnNIDhBbYf2o=; b=UQvBuZXt/MJzCRdqOUmCEr1Y90qYrsSnKqRSuSq/ic3Pf+LHQJbqNTuSAzD4OVc5D6 8qHDLenFKbY5wWtIWxgnutpD6q2EBzymjzwM8or7oO5cqPlPC/3MM6nJ3+5XauTQmhW2 38g0CRwktlnViO6t0j+VqA11hk7Qg2csDYZRAC9+PQl+3vgp+41jdTyC4xkPn4Gr3t0i +Om759xV3RpACDU6F2UjbaMaVeJA5LyJ1E5h8yMh4IzAyM7jpeGXEDFYSEKmzMZa8XNA aLPoKQXiRmAQp+aBaF3wavzZ8u/RnmXtgNcPOFbuNK/OL3mM/pswx/eguPTOe/v1x602 EiNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=l0G/aO1min2DuCzBK1zgNOPP0FhMFkeYnNIDhBbYf2o=; b=BYeZLK+fZCv5qee3kjj97SpaETrE/RWJ+yPRwN+irSCw5qdVbWbo8SpDwYrPOPwUsj u815XAfZVyfLpSs/C/A8u9DsrLGTwCCRDWyve+lKw6m8SxOjRx3cJNrDagI95AEOWfNs gnkUgUMBNY2diwCCp69GWPMJT91RtZTZZvYGRHaKfV0pxhBJ/qx7EZqQcRAlLbu41q3t xFpiaVhp0PA1l5DW6ULE06GbQTixyNrkHKqj/hbgaPYxwexhnshueYq8VUwhQmE3UD47 WWUBR3KHbeD1LcOu24BBJMsxs953m9rnOcLw1EwCPT9AnkAjisJ1ziwoaPVAKhBMC5e0 s+kw== X-Gm-Message-State: ACrzQf08amMD4AFiUPdMP/l54kTta2obVQB5KYA7IGOpKT9IaBi9rDuH qJGfoz8EMvWrj039xD36hXvgDOVtakY= X-Google-Smtp-Source: AMsMyM4ItbFms+Vx89s5WnY3+IQcNdDH9cZ/sl9FLlMx8OhC5lEYLf/xuTCe+/0kmP5B9yW/qBXWRA== X-Received: by 2002:a17:906:dacd:b0:780:a90c:e144 with SMTP id xi13-20020a170906dacd00b00780a90ce144mr3122571ejb.153.1665047458293; Thu, 06 Oct 2022 02:10:58 -0700 (PDT) Received: from fatty.nomansland ([193.187.151.25]) by smtp.gmail.com with ESMTPSA id y1-20020a1709063da100b0073a20469f31sm9991277ejh.41.2022.10.06.02.10.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Oct 2022 02:10:57 -0700 (PDT) From: Claudiu Zissulescu To: gcc-patches@gcc.gnu.org Cc: fbedard@synopsys.com Subject: [committed] arc: Remove max-page-size and common-page-size forced setting Date: Thu, 6 Oct 2022 12:10:56 +0300 Message-Id: <20221006091056.1480675-1-claziss@gmail.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Max page size is defined in the ARC's BFD file, and the common page size is also set by the appropriate binutils macros. Remove them from LINK_SPEC. 2022-10-06 Claudiu Zissulescu * config/arc/linux.h (LINK_SPEC): Remove max-page-size and common-pave-size. Signed-off-by: Claudiu Zissulescu --- gcc/config/arc/linux.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h index 0f1ff055be7..6ebbb143895 100644 --- a/gcc/config/arc/linux.h +++ b/gcc/config/arc/linux.h @@ -45,7 +45,6 @@ along with GCC; see the file COPYING3. If not see %{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}} \ -X \ %{mbig-endian:-EB} %{EB} %{EL} \ - %{!z:-z max-page-size=0x2000 -z common-page-size=0x2000} \ %{mcpu=nps400:-marclinux_nps; :-marclinux}" #undef STARTFILE_SPEC -- 2.30.2