* emulparams/armelf.sh: Define NO_SMALL_DATA.
authorDaniel Jacobowitz <drow@false.org>
Thu, 9 Oct 2003 14:06:07 +0000 (14:06 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 9 Oct 2003 14:06:07 +0000 (14:06 +0000)
* emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh,
emulparams/armnto.sh: Likewise.

ld/ChangeLog
ld/emulparams/armelf.sh
ld/emulparams/armelf_linux.sh
ld/emulparams/armelf_oabi.sh
ld/emulparams/armnto.sh

index b054185..0e2d2c4 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
+
+       * emulparams/armelf.sh: Define NO_SMALL_DATA.
+       * emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh,
+       emulparams/armnto.sh: Likewise.
+
 2003-10-08  Alexandre Oliva  <aoliva@redhat.com>
 
        * ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell
index 9e2ada7..71e3059 100644 (file)
@@ -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
index f03fb76..248b708 100644 (file)
@@ -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
index f1c967d..0c2c1d3 100644 (file)
@@ -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
index d000de3..7e4644b 100644 (file)
@@ -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