From 74f73e711ef0b06980d03a9e90527403ab8e1dff Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Tue, 30 Mar 2004 22:50:23 +0000 Subject: [PATCH] (IA64_SC_FLAG_SYNCHRONOUS_BIT): New macro. (SC_FLAGS): New macro. (rTMP): Move from r14 to r10. (rPOS): Move from r14 to r11. (rCPOS): Move from r17 to r14. (rNAT): Move from r18 to r15. (rFLAGS): New macro. (Logical change 1.193) --- src/ia64/ucontext_i.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/ia64/ucontext_i.h b/src/ia64/ucontext_i.h index 8eebad46..34171fdf 100644 --- a/src/ia64/ucontext_i.h +++ b/src/ia64/ucontext_i.h @@ -29,6 +29,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #define SIG_UNBLOCK 1 #define SIG_SETMASK 2 +#define IA64_SC_FLAG_SYNCHRONOUS_BIT 63 + +#define SC_FLAGS 0x000 #define SC_NAT 0x008 #define SC_BSP 0x048 #define SC_RNAT 0x050 @@ -43,10 +46,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #define SC_MASK 0x9d0 -#define rTMP r14 -#define rPOS r14 -#define rCPOS r17 -#define rNAT r18 +#define rTMP r10 +#define rPOS r11 +#define rCPOS r14 +#define rNAT r15 +#define rFLAGS r16 #define rB5 r18 #define rB4 r19