diff options
author | David S. Miller <davem@redhat.com> | 2010-03-02 07:42:37 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2010-03-02 07:42:37 +0000 |
commit | 679b7c76e55b841830aee0642a343f14ebf0827e (patch) | |
tree | 72d2b43572124cb056776620d79e388dd27d34dc /bfd/ChangeLog | |
parent | b48ca1d4920a19e29f98f7d9e5c02c9e14ad12c4 (diff) | |
download | gdb-679b7c76e55b841830aee0642a343f14ebf0827e.zip gdb-679b7c76e55b841830aee0642a343f14ebf0827e.tar.gz gdb-679b7c76e55b841830aee0642a343f14ebf0827e.tar.bz2 |
* elfxx-sparc.c (struct elf_reloc_map): Delete.
(sparc_reloc_map): Delete.
(_bfd_sparc_elf_reloc_type_lookup): Explicitly handle each
relocation type in switch statements.
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 c2128e0..5e17dbe 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,11 @@ (allocate_dynrelocs): Only force output of STT_GNU_IFUNC plt entries and dynamic relocations if h->ref_regular. + * elfxx-sparc.c (struct elf_reloc_map): Delete. + (sparc_reloc_map): Delete. + (_bfd_sparc_elf_reloc_type_lookup): Explicitly handle each + relocation type in switch statements. + 2010-02-25 Alan Modra <amodra@gmail.com> PR ld/11304 |