Browse Source

Patch from Philip Blundell <pb@nexus.co.uk>: Define __end__

gdb-premipsmulti-2000-06-06-branch
Nick Clifton 27 years ago
parent
commit
0f1ee88922
  1. 6
      ld/ChangeLog
  2. 2
      ld/emulparams/armelf.sh
  3. 2
      ld/emulparams/armelf_linux.sh
  4. 2
      ld/emulparams/armelf_linux26.sh

6
ld/ChangeLog

@ -1,3 +1,9 @@
1999-08-25 Philip Blundell <pb@nexus.co.uk>
* emulparams/armelf.sh (OTHER_BSS_SYMBOLS): Add __end__.
* emulparams/armelf_linux.sh: Likewise.
* emulparams/armelf_linux26.sh: Likewise.
1999-08-24 Nick Clifton <nickc@cygnus.com>
From a patch submitted by Roland McGrath <roland@baalperazim.frob.com>

2
ld/emulparams/armelf.sh

@ -7,7 +7,7 @@ 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

2
ld/emulparams/armelf_linux.sh

@ -10,7 +10,7 @@ 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 at 0x40000000.

2
ld/emulparams/armelf_linux26.sh

@ -9,7 +9,7 @@ GENERATE_SHLIB_SCRIPT=yes
DATA_START_SYMBOLS='__data_start = . ;';
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 at 0x01100000.

Loading…
Cancel
Save