about summary refs log tree commit diff
path: root/ports/ChangeLog.arm
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-09 11:51:05 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-09 11:51:05 -0700
commit6dcf80c78273c5e0bdcacaf64a9b34fd930b405f (patch)
tree138a528681e4d4cdce232291db14a58a91215004 /ports/ChangeLog.arm
parenta4ca51951804c14a5a8e331747649ca767bd8524 (diff)
downloadglibc-6dcf80c78273c5e0bdcacaf64a9b34fd930b405f.tar.gz
glibc-6dcf80c78273c5e0bdcacaf64a9b34fd930b405f.tar.xz
glibc-6dcf80c78273c5e0bdcacaf64a9b34fd930b405f.zip
Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when compiled without __SOFTFP__ defined.
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r--ports/ChangeLog.arm6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm
index 08020e9211..1375922fb4 100644
--- a/ports/ChangeLog.arm
+++ b/ports/ChangeLog.arm
@@ -1,5 +1,11 @@
 2012-08-09  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/arm/__longjmp.S: Use .Lxxx rather than Lxxx for local labels.
+	[__SOFTFP__]: Conditionalize HWCAP_ARM_VFP check on this.
+	* sysdeps/arm/setjmp.S: Likewise.
+	* sysdeps/unix/sysv/linux/arm/getcontext.S: Likewise.
+	* sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
+
 	* sysdeps/arm/arm-features.h: New file.
 	* sysdeps/unix/sysv/linux/arm/arm-features.h: New file.
 	* sysdeps/arm/fclrexcpt.c: Use ARM_HAVE_VFP instead of hwcap bits.