diff options
author | Alan Modra <amodra@gmail.com> | 2003-02-20 09:10:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-02-20 09:10:18 +0000 |
commit | 70bccea4c60d1f565f2abb68cf6061678ad009c3 (patch) | |
tree | 50c378049da4469094f6e7bce64a5d7ba39eca88 /bfd/ChangeLog | |
parent | 8b90eef446f7df898dbe2bf60f376c32394f8088 (diff) | |
download | gdb-70bccea4c60d1f565f2abb68cf6061678ad009c3.zip gdb-70bccea4c60d1f565f2abb68cf6061678ad009c3.tar.gz gdb-70bccea4c60d1f565f2abb68cf6061678ad009c3.tar.bz2 |
* elf32-ppc.c: Formatting.
(allocate_dynrelocs): LD and GD relocs against the same sym need
separate GOT entries.
(ppc_elf_relocate_section): Correct GOT handling for multiple GOT
entries per symbol.
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 9d1ef88..c2bf3ad 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2003-02-20 Alan Modra <amodra@bigpond.net.au> + + * elf32-ppc.c: Formatting. + (allocate_dynrelocs): LD and GD relocs against the same sym need + separate GOT entries. + (ppc_elf_relocate_section): Correct GOT handling for multiple GOT + entries per symbol. + 2003-02-19 Alan Modra <amodra@bigpond.net.au> * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc |