* config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.

From-SVN: r30481
This commit is contained in:
Jason Eckhardt 1999-11-11 03:32:40 +00:00 committed by Jason Eckhardt
parent bce8fed776
commit 2a2ea744a9
2 changed files with 5 additions and 1 deletions

View File

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

View File

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