diff options
author | David S. Miller <davem@davemloft.net> | 2010-02-10 07:42:17 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-10 07:42:17 -0800 |
commit | 311927f1bd58b6e2b36e3bbb83bbc4dbdb507155 (patch) | |
tree | eae31d6ce51c8a6f279b6ad43787a4ffbc3a7a5f /ChangeLog | |
parent | 57e065ae1eda898a42d9cb8e2ea344290d05578c (diff) | |
download | glibc-311927f1bd58b6e2b36e3bbb83bbc4dbdb507155.tar glibc-311927f1bd58b6e2b36e3bbb83bbc4dbdb507155.tar.gz glibc-311927f1bd58b6e2b36e3bbb83bbc4dbdb507155.tar.bz2 glibc-311927f1bd58b6e2b36e3bbb83bbc4dbdb507155.zip |
Sparc STT_GNU_IFUNC support
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2010-02-05 David S. Miller <davem@davemloft.net> + + * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define. + * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle new + ifunc relocs. + (elf_machine_lazy_rel): Likewise. + (sparc_fixup_plt): Pull out to... + * sysdeps/sparc/sparc32/dl-plt.h: ...here. + * sysdeps/sparc/sparc32/dl-irel.h: New file. + * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle new + ifunc relocs. + (elf_machine_lazy_rel): Likewise. + (sparc64_fixup_plt): Pull out to... + * sysdeps/sparc/sparc64/dl-plt.h: ...here. + * sysdeps/sparc/sparc64/dl-irel.h: New file. + 2010-02-09 Maxim Kuvyrkov <maxim@codesourcery.com> * elf/elf.h: Define m68k TLS relocations. |