diff options
author | Alan Modra <amodra@gmail.com> | 2005-05-20 02:37:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-05-20 02:37:21 +0000 |
commit | 28e99bb61902d140e87c81f1d030653178616e9c (patch) | |
tree | d7fc66edb2f7d5abbd443a08881de0d61a9d07ee /bfd/ChangeLog | |
parent | f53fee919687927c26206e312c4b9f3e766ec422 (diff) | |
download | gdb-28e99bb61902d140e87c81f1d030653178616e9c.zip gdb-28e99bb61902d140e87c81f1d030653178616e9c.tar.gz gdb-28e99bb61902d140e87c81f1d030653178616e9c.tar.bz2 |
* elf32-ppc.c (allocate_dynrelocs): Correct plt offset assigned
for second and subsequent list entries. Only allocate multiple
glink stubs when shared or pie.
(ppc_elf_finish_dynamic_symbol): Break out early when only one
glink stub is needed.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c01b8de..1212176 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2005-05-20 Alan Modra <amodra@bigpond.net.au> + + * elf32-ppc.c (allocate_dynrelocs): Correct plt offset assigned + for second and subsequent list entries. Only allocate multiple + glink stubs when shared or pie. + (ppc_elf_finish_dynamic_symbol): Break out early when only one + glink stub is needed. + 2005-05-19 Zack Weinberg <zack@codesourcery.com> * Makefile.am: Have 'all' depend on 'info'. |