mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01: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:
parent
4e9c3fb503
commit
74f73e711e
1 changed files with 8 additions and 4 deletions
|
@ -29,6 +29,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
#define SIG_UNBLOCK 1
|
#define SIG_UNBLOCK 1
|
||||||
#define SIG_SETMASK 2
|
#define SIG_SETMASK 2
|
||||||
|
|
||||||
|
#define IA64_SC_FLAG_SYNCHRONOUS_BIT 63
|
||||||
|
|
||||||
|
#define SC_FLAGS 0x000
|
||||||
#define SC_NAT 0x008
|
#define SC_NAT 0x008
|
||||||
#define SC_BSP 0x048
|
#define SC_BSP 0x048
|
||||||
#define SC_RNAT 0x050
|
#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 SC_MASK 0x9d0
|
||||||
|
|
||||||
|
|
||||||
#define rTMP r14
|
#define rTMP r10
|
||||||
#define rPOS r14
|
#define rPOS r11
|
||||||
#define rCPOS r17
|
#define rCPOS r14
|
||||||
#define rNAT r18
|
#define rNAT r15
|
||||||
|
#define rFLAGS r16
|
||||||
|
|
||||||
#define rB5 r18
|
#define rB5 r18
|
||||||
#define rB4 r19
|
#define rB4 r19
|
||||||
|
|
Loading…
Reference in a new issue