diff options
author | Alan Modra <amodra@gmail.com> | 2003-07-10 00:38:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-07-10 00:38:19 +0000 |
commit | 68f8ff14d1fb0bd1254ca950188a8aadc8104de4 (patch) | |
tree | f722d16b601da9b59743731ba88d35e527f12cb3 /ld/ChangeLog | |
parent | e717da7ead54704139ab3c160e95ed3db479d871 (diff) | |
download | gdb-68f8ff14d1fb0bd1254ca950188a8aadc8104de4.zip gdb-68f8ff14d1fb0bd1254ca950188a8aadc8104de4.tar.gz gdb-68f8ff14d1fb0bd1254ca950188a8aadc8104de4.tar.bz2 |
* emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
(GOT): Define.
* emultempl/ppc64elf.em (stub_added): New static var.
(ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
(ppc_add_stub_section): Set stub_added.
(gld${EMULATION_NAME}_finish): Look for .got rather than .toc. Adjust
ppc64_elf_size_stubs call and test for stubs.
* scripttempl/elf.sc (GOT): Define and use.
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 7dc68c6..0a643fa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2003-07-10 Alan Modra <amodra@bigpond.net.au> + + * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define. + (GOT): Define. + * emultempl/ppc64elf.em (stub_added): New static var. + (ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd. + (ppc_add_stub_section): Set stub_added. + (gld${EMULATION_NAME}_finish): Look for .got rather than .toc. Adjust + ppc64_elf_size_stubs call and test for stubs. + * scripttempl/elf.sc (GOT): Define and use. + 2003-07-08 J"orn Rennecke <joern.rennecke@superh.com> * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation): |