* config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
authorjle <jle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 1999 03:32:40 +0000 (03:32 +0000)
committerjle <jle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 1999 03:32:40 +0000 (03:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30481 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.h

index 5e9480e..2f64bac 100644 (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
index 966e813..4e5c9ef 100644 (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