Commit 2a2ea744 by Jason Eckhardt Committed by Jason Eckhardt

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

From-SVN: r30481
parent bce8fed7
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment