diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-06-18 10:11:02 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-06-18 10:11:02 -0700 |
commit | d7dffa6a558cc3305cb6b51c4153da67af1f374c (patch) | |
tree | 86335c5865c9abad6aa01d856f7c255644b81e3a /ports/ChangeLog.arm | |
parent | 18e5cc3a828b21d1a40b8b5ec0c666e6e01c47de (diff) | |
download | glibc-d7dffa6a558cc3305cb6b51c4153da67af1f374c.tar.gz glibc-d7dffa6a558cc3305cb6b51c4153da67af1f374c.tar.xz glibc-d7dffa6a558cc3305cb6b51c4153da67af1f374c.zip |
ARM: Clean up __libc_ifunc_impl_list
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r-- | ports/ChangeLog.arm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index a901c6ea09..f3fae51c73 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,3 +1,9 @@ +2013-06-18 Roland McGrath <roland@hack.frob.com> + + * sysdeps/arm/armv7/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list) + [__ARM_NEON__]: Do not refer to HWCAP_ARM_NEON. + [!__SOFTFP__]: Do not refer to HWCAP_ARM_VFP. + 2013-06-18 Joseph Myers <joseph@codesourcery.com> * sysdeps/arm/fpu_control.h [!(_LIBC && !_LIBC_TEST) && |