diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-08-29 00:17:33 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-08-29 00:20:35 -0400 |
commit | d0721e703d222c01a9e8c329311c4fb01dac6972 (patch) | |
tree | ca1315b0033f11c3f3d8879e9e0fb14d71dadf3b /ports/ChangeLog.arm | |
parent | 3a3092398356c90788479fa75524a491e9d860cd (diff) | |
download | glibc-d0721e703d222c01a9e8c329311c4fb01dac6972.zip glibc-d0721e703d222c01a9e8c329311c4fb01dac6972.tar.gz glibc-d0721e703d222c01a9e8c329311c4fb01dac6972.tar.bz2 |
ARM: Pass dl_hwcap to IFUNC resolver.
For REL relocs pass dl_hwcap to the IFUNC resolver
as is required by the IFUNC API (bug 15905).
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r-- | ports/ChangeLog.arm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index 1e7a35c..52f7c0f 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,3 +1,10 @@ +2013-08-28 Kyle McMartin <kyle@redhat.com> + Carlos O'Donell <carlos@redhat.com> + + [BZ #15905] + * sysdeps/arm/dl-machine [!RTLD_BOOTSTRAP] (elf_machine_rel): + Pass GLRO(dl_hwcap) to the IFUNC resolver. + 2013-07-03 Joseph Myers <joseph@codesourcery.com> * sysdeps/arm/include/bits/setjmp.h [_ISOMAC] (JMP_BUF_REGLIST): |