diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-03-11 10:59:01 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-03-11 10:59:01 -0700 |
commit | d7706c32589ef32f4bed3122a2f5c861b214149e (patch) | |
tree | 2b775ba9d6486d0663839aad5596d3256ef4937d /ChangeLog | |
parent | 4facea473059914983b7da8dd654c06b8e3dcc41 (diff) | |
download | glibc-d7706c32589ef32f4bed3122a2f5c861b214149e.tar glibc-d7706c32589ef32f4bed3122a2f5c861b214149e.tar.gz glibc-d7706c32589ef32f4bed3122a2f5c861b214149e.tar.bz2 glibc-d7706c32589ef32f4bed3122a2f5c861b214149e.zip |
ARM: Fix up setjmp/longjmp changes sfi_* macro use.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-03-11 Roland McGrath <roland@hack.frob.com> + + * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers. + * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers. + Move sfi_sp use from the load-multiple (that no longer sets sp) to + the new mov targetting sp. + 2014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com> [BZ #16683] |