mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Condition sysdeps/arm/include/bits/setjmp.h contents on _ISOMAC.
This commit is contained in:
parent
52667c6cad
commit
a0d93e9b26
@ -1,3 +1,9 @@
|
||||
2013-07-03 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/arm/include/bits/setjmp.h [_ISOMAC] (JMP_BUF_REGLIST):
|
||||
Do not define.
|
||||
[_ISOMAC] (__JMP_BUF_SP): Likewise.
|
||||
|
||||
2013-07-02 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/arm/libm-test-ulps: Regenerated.
|
||||
|
@ -24,11 +24,13 @@
|
||||
# include <sysdeps/arm/bits/setjmp.h>
|
||||
#endif
|
||||
|
||||
#ifndef _ISOMAC
|
||||
/* Register list for a ldm/stm instruction to load/store
|
||||
the general registers from a __jmp_buf. */
|
||||
#define JMP_BUF_REGLIST {v1-v6, sl, fp, sp, lr}
|
||||
# define JMP_BUF_REGLIST {v1-v6, sl, fp, sp, lr}
|
||||
|
||||
/* Index of __jmp_buf where the sp register resides. */
|
||||
#define __JMP_BUF_SP 8
|
||||
# define __JMP_BUF_SP 8
|
||||
#endif
|
||||
|
||||
#endif /* include/bits/setjmp.h */
|
||||
|
Loading…
Reference in New Issue
Block a user