diff options
author | Alan Modra <amodra@gmail.com> | 2004-08-28 08:54:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-08-28 08:54:34 +0000 |
commit | a7535cf331659fc34e2add41b0bbc239a976ea38 (patch) | |
tree | 78ae2c5fa4fe7378088a636ece3c9ea892c05add /bfd/ChangeLog | |
parent | b91e2ae21ef53d9e46e0611ee926808356fed784 (diff) | |
download | gdb-a7535cf331659fc34e2add41b0bbc239a976ea38.zip gdb-a7535cf331659fc34e2add41b0bbc239a976ea38.tar.gz gdb-a7535cf331659fc34e2add41b0bbc239a976ea38.tar.bz2 |
* elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Copy input
symbol pointer arrays before modifying.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 19e676d..745fd30 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2004-08-28 Alan Modra <amodra@bigpond.net.au> + * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Copy input + symbol pointer arrays before modifying. + +2004-08-28 Alan Modra <amodra@bigpond.net.au> + * bfd.c (bfd_get_synthetic_symtab): Pass counts and both symbol tables. * elf-bfd.h (_bfd_elf_get_synthetic_symtab): Adjust. * elf.c (_bfd_elf_get_synthetic_symtab): Adjust. |