Apply patch from Mumit Khan to fix bugs generating dll names.
[deliverable/binutils-gdb.git] / ld / emulparams / armelf.sh
index 2b8b02bec819b6fae1346ac7b2bf06ab31f68c1d..8c79b6495dafcb7abe716051754387b15501350d 100644 (file)
@@ -7,8 +7,9 @@ TEXT_START_ADDR=0x8000
 TEMPLATE_NAME=armelf
 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__ = . ;'
 
+GENERATE_SHLIB_SCRIPT=yes
 
 ARCH=arm
 MACHINE=
This page took 0.023396 seconds and 4 git commands to generate.