]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arc: Remove max-page-size and common-page-size forced setting
authorClaudiu Zissulescu <claziss@gmail.com>
Thu, 6 Oct 2022 08:36:31 +0000 (11:36 +0300)
committerClaudiu Zissulescu <claziss@gmail.com>
Thu, 6 Oct 2022 09:11:16 +0000 (12:11 +0300)
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  <claziss@synopsys.com>

* config/arc/linux.h (LINK_SPEC): Remove max-page-size and
common-pave-size.

Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
gcc/config/arc/linux.h

index 0f1ff055be757ad1483910fc4918e7fef7fe4d5e..6ebbb143895e99ee154e20899173f7f3f503e3c9 100644 (file)
@@ -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