From: Daniel Jacobowitz Date: Thu, 9 Oct 2003 14:06:07 +0000 (+0000) Subject: * emulparams/armelf.sh: Define NO_SMALL_DATA. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f857bd0cccb09a878d0aa762c965dd0bd942806;p=binutils-gdb.git * emulparams/armelf.sh: Define NO_SMALL_DATA. * emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh, emulparams/armnto.sh: Likewise. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index b054185ca37..0e2d2c46f1a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2003-10-09 Daniel Jacobowitz + + * emulparams/armelf.sh: Define NO_SMALL_DATA. + * emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh, + emulparams/armnto.sh: Likewise. + 2003-10-08 Alexandre Oliva * ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell diff --git a/ld/emulparams/armelf.sh b/ld/emulparams/armelf.sh index 9e2ada7b1ea..71e305909c9 100644 --- a/ld/emulparams/armelf.sh +++ b/ld/emulparams/armelf.sh @@ -23,3 +23,6 @@ EMBEDDED=yes # This sets the stack to the top of the simulator memory (2^19 bytes). STACK_ADDR=0x80000 + +# ARM does not support .s* sections. +NO_SMALL_DATA=yes diff --git a/ld/emulparams/armelf_linux.sh b/ld/emulparams/armelf_linux.sh index f03fb760372..248b708a1b1 100644 --- a/ld/emulparams/armelf_linux.sh +++ b/ld/emulparams/armelf_linux.sh @@ -15,3 +15,6 @@ OTHER_BSS_SYMBOLS='__bss_start__ = .;' OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;' TEXT_START_ADDR=0x00008000 + +# ARM does not support .s* sections. +NO_SMALL_DATA=yes diff --git a/ld/emulparams/armelf_oabi.sh b/ld/emulparams/armelf_oabi.sh index f1c967dcb66..0c2c1d313c1 100644 --- a/ld/emulparams/armelf_oabi.sh +++ b/ld/emulparams/armelf_oabi.sh @@ -18,3 +18,6 @@ EMBEDDED=yes # This sets the stack to the top of the simulator memory (2^19 bytes). STACK_ADDR=0x80000 + +# ARM does not support .s* sections. +NO_SMALL_DATA=yes diff --git a/ld/emulparams/armnto.sh b/ld/emulparams/armnto.sh index d000de3bb49..7e4644bc80c 100644 --- a/ld/emulparams/armnto.sh +++ b/ld/emulparams/armnto.sh @@ -22,3 +22,6 @@ ENTRY=_start # This sets the stack to the top of the simulator memory (2^19 bytes). STACK_ADDR=0x80000 + +# ARM does not support .s* sections. +NO_SMALL_DATA=yes