diff options
author | David S. Miller <davem@redhat.com> | 2010-03-02 01:46:09 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2010-03-02 01:46:09 +0000 |
commit | b48ca1d4920a19e29f98f7d9e5c02c9e14ad12c4 (patch) | |
tree | 34a3324515a8a615ef9a4290905952a6b1c84742 /bfd/ChangeLog | |
parent | 948ad63d087cd1ec599df9d14da9371d9f4b5718 (diff) | |
download | gdb-b48ca1d4920a19e29f98f7d9e5c02c9e14ad12c4.zip gdb-b48ca1d4920a19e29f98f7d9e5c02c9e14ad12c4.tar.gz gdb-b48ca1d4920a19e29f98f7d9e5c02c9e14ad12c4.tar.bz2 |
* elfxx-sparc.c (_bfd_sparc_elf_check_relocs): When STT_GNU_IFUNC and
h->def_regular, set h->ref_regular.
(allocate_dynrelocs): Only force output of STT_GNU_IFUNC plt entries
and dynamic relocations if h->ref_regular.
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 f864302..c2128e0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2010-03-01 David S. Miller <davem@davemloft.net> + + * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): When STT_GNU_IFUNC and + h->def_regular, set h->ref_regular. + (allocate_dynrelocs): Only force output of STT_GNU_IFUNC plt entries + and dynamic relocations if h->ref_regular. + 2010-02-25 Alan Modra <amodra@gmail.com> PR ld/11304 |