* 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 b054185ca37a914193b4869b6c1c80c590e2ab26..0e2d2c46f1a9863993906e2fa4ee6b10f9d88581 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 9e2ada7b1eac27901d50ca4b8675c7c15bdc9959..71e305909c950bf407f81321e90818e878bc3109 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 f03fb760372bfbbc389060d57dd1aa80682012b9..248b708a1b1fac789f9ce624b6fed3c2f8edfe23 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 f1c967dcb66553c529b51a98865058e9523f8492..0c2c1d313c12c8a7b5b65d340d574afed44a458a 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 d000de3bb49a27c76e9ec69e519db9e3fb286d4a..7e4644bc80c07d437f183b45011291ab894051b7 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
This page took 0.0289 seconds and 4 git commands to generate.