1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

(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)
This commit is contained in:
hp.com!davidm 2004-03-30 22:50:23 +00:00
parent 4e9c3fb503
commit 74f73e711e

View file

@ -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