diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-20 12:35:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-20 12:35:30 +0000 |
commit | 8f3bab57754eb34346df536d6b7d5ec4a4255cbc (patch) | |
tree | 208dc8460406b2347e93c5bb9fe1f23da041f70a /bfd/ChangeLog | |
parent | c8c18e652edd5c207340dea5bc8fd33d34af65df (diff) | |
download | gdb-8f3bab57754eb34346df536d6b7d5ec4a4255cbc.zip gdb-8f3bab57754eb34346df536d6b7d5ec4a4255cbc.tar.gz gdb-8f3bab57754eb34346df536d6b7d5ec4a4255cbc.tar.bz2 |
* elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
(ppc64_elf_setup_section_lists): Set it.
(ppc64_elf_relocate_section): Check sym section id against top_id.
(ppc_build_one_stub): Comment on top_id.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c68e9e5..2e1a2a3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2003-06-20 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (struct ppc_link_hash_table): Add top_id. + (ppc64_elf_setup_section_lists): Set it. + (ppc64_elf_relocate_section): Check sym section id against top_id. + (ppc_build_one_stub): Comment on top_id. + 2003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * config.bfd: Add tic4x-*-rtems*. |