Patch from Philip Blundell <pb@nexus.co.uk>: Define __end__
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux.sh
index 2d7d57bed25e2c165ad5aeb2584714a35f6cfd3d..a85e8bd2b096aad85eae73de46e0a70f5c07ca4c 100644 (file)
@@ -5,13 +5,15 @@ BIG_OUTPUT_FORMAT="elf32-bigarm"
 LITTLE_OUTPUT_FORMAT="elf32-littlearm"
 MAXPAGESIZE=0x8000
 TEMPLATE_NAME=armelf
+GENERATE_SHLIB_SCRIPT=yes
 
+DATA_START_SYMBOLS='__data_start = . ;';
 OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
 OTHER_BSS_SYMBOLS='__bss_start__ = .;'
-OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
+OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
 
 # This needs to be high enough so that we can load ld.so below it,
-# yet low enough to stay away from the mmap area 0x40000000.
+# yet low enough to stay away from the mmap area at 0x40000000.
 # Also, it is small enough so that relocs which are pointing
 # at absolute 0 will still be fixed up.
 TEXT_START_ADDR=0x02000000
This page took 0.02385 seconds and 4 git commands to generate.