diff options
author | Alan Modra <amodra@gmail.com> | 2007-10-23 12:54:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-10-23 12:54:17 +0000 |
commit | f94498ff0ff20555c62df5502affc126379f1ccb (patch) | |
tree | d8427ff7392622b2246d22dd0282ffec2b15ce92 /bfd/ChangeLog | |
parent | 7b3200f9aef4a1a92e8f8113a81c873593756b7f (diff) | |
download | gdb-f94498ff0ff20555c62df5502affc126379f1ccb.zip gdb-f94498ff0ff20555c62df5502affc126379f1ccb.tar.gz gdb-f94498ff0ff20555c62df5502affc126379f1ccb.tar.bz2 |
* elf64-ppc.c (ppc_build_one_stub): Don't duplicate relocs
emitted for ".brlt" entries.
(toc_adjusting_stub_needed): Don't treat ".fixup" specially here..
(ppc64_elf_next_input_section): ..instead do so here.
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 55cfb10..4499f79 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-10-23 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (ppc_build_one_stub): Don't duplicate relocs + emitted for ".brlt" entries. + (toc_adjusting_stub_needed): Don't treat ".fixup" specially here.. + (ppc64_elf_next_input_section): ..instead do so here. + 2007-10-19 Nick Clifton <nickc@redhat.com> * config.bfd: Recognise am34-linux-gnu target. |