diff options
author | Claudiu Zissulescu <claziss@gmail.com> | 2022-10-06 11:36:31 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gmail.com> | 2022-10-06 12:11:16 +0300 |
commit | 3c01e3a07531b9d4de4777d0cbc04763c5f81aa3 (patch) | |
tree | a7b902156b85e939eed37ab67879d053e442c9f2 | |
parent | 146e4591403239d662f36cab2d8b78a47cd01bd2 (diff) | |
download | gcc-3c01e3a07531b9d4de4777d0cbc04763c5f81aa3.zip gcc-3c01e3a07531b9d4de4777d0cbc04763c5f81aa3.tar.gz gcc-3c01e3a07531b9d4de4777d0cbc04763c5f81aa3.tar.bz2 |
arc: Remove max-page-size and common-page-size forced setting
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>
-rw-r--r-- | gcc/config/arc/linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h index 0f1ff05..6ebbb14 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 |