* config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
From-SVN: r30481
This commit is contained in:
parent
bce8fed776
commit
2a2ea744a9
@ -1,3 +1,7 @@
|
||||
Wed Nov 10 21:24:19 1999 Jason Eckhardt <jle@cygnus.com>
|
||||
|
||||
* config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
|
||||
|
||||
Wed Nov 10 15:56:16 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* dwarf2out.c (add_AT_location_description): Allow
|
||||
|
@ -2267,7 +2267,7 @@ extern struct rtx_def *return_addr_rtx ();
|
||||
#define MASK_RETURN_ADDR \
|
||||
/* The privilege level is in the two low order bits, mask em out \
|
||||
of the return address. */ \
|
||||
(GEN_INT (0xfffffffc))
|
||||
(GEN_INT (-4))
|
||||
|
||||
/* The number of Pmode words for the setjmp buffer. */
|
||||
#define JMP_BUF_SIZE 50
|
||||
|
Loading…
Reference in New Issue
Block a user