* emulparams/armelf.sh: Define NO_SMALL_DATA.
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_oabi.sh
index d568328d63a6acf0870c95310ebc01667d7e7166..0c2c1d313c12c8a7b5b65d340d574afed44a458a 100644 (file)
@@ -16,6 +16,8 @@ MAXPAGESIZE=256
 ENTRY=_start
 EMBEDDED=yes
  
-# Hmmm, there's got to be a better way.  This sets the stack to the
-# top of the simulator memory (2^19 bytes).
-OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
+# 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.022726 seconds and 4 git commands to generate.