diff options
author | Alan Modra <amodra@gmail.com> | 2003-02-05 15:49:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-02-05 15:49:04 +0000 |
commit | 6349e62823303e3157524f9e34b6c84eb93f795a (patch) | |
tree | dbb0965e2791f7bd9b61406002f908c5f67223c3 /bfd/ChangeLog | |
parent | 5aa5d4b987c9ce44e87262815317c01fc315cdf9 (diff) | |
download | gdb-6349e62823303e3157524f9e34b6c84eb93f795a.zip gdb-6349e62823303e3157524f9e34b6c84eb93f795a.tar.gz gdb-6349e62823303e3157524f9e34b6c84eb93f795a.tar.bz2 |
* elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
plt info when called to transfer weak sym info.
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 b1a2d67..085ae78 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-02-06 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and + plt info when called to transfer weak sym info. + 2003-02-05 Alan Modra <amodra@bigpond.net.au> * reloc.c: Add PPC and PPC64 TLS relocs. |