diff options
author | Jeff Law <law@redhat.com> | 1999-09-10 06:30:37 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-10 06:30:37 +0000 |
commit | 904ecb2d787a2b9e501232d4e3852dc9659fca77 (patch) | |
tree | 05f5e7ec58a7d12d7c4c71cb0e3389d90aa1b947 /ld/ChangeLog | |
parent | fc4cc5bb8ff13611dc99ec51ecd9d02b3c85c04b (diff) | |
download | gdb-904ecb2d787a2b9e501232d4e3852dc9659fca77.zip gdb-904ecb2d787a2b9e501232d4e3852dc9659fca77.tar.gz gdb-904ecb2d787a2b9e501232d4e3852dc9659fca77.tar.bz2 |
* emulparms/elf64hppa.sh (OTHER_READONLY_SECTIONS): Put stubs before
unwinders so that they are closer to the text section.
(OTHER_BSS_SECTIONS): Define.
(EXECUTABLE_SYMBOLS): Provide __SYSTEM_ID and _FPU_STATUS.
(INIT_START, INIT_END): Define.
(FINI_START, FINI_END): Define.
* scripttempl/elf.sc: Add support for INIT_START, INIT_END,
FINI_START, FINI_END and OTHER_BSS_SECTIONS.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 205bac5..4e1b3af 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Fri Sep 10 00:22:50 1999 Jeffrey A Law (law@cygnus.com) + + * emulparms/elf64hppa.sh (OTHER_READONLY_SECTIONS): Put stubs before + unwinders so that they are closer to the text section. + (OTHER_BSS_SECTIONS): Define. + (EXECUTABLE_SYMBOLS): Provide __SYSTEM_ID and _FPU_STATUS. + (INIT_START, INIT_END): Define. + (FINI_START, FINI_END): Define. + * scripttempl/elf.sc: Add support for INIT_START, INIT_END, + FINI_START, FINI_END and OTHER_BSS_SECTIONS. + Thu Sep 9 21:43:58 1999 Jeffrey A Law (law@cygnus.com) * emulparms/elf64hppa.sh (TEXT_START_ADDR): Move up one page. |