From: Jeff Law Date: Tue, 30 Jul 1996 17:21:53 +0000 (-0600) Subject: pa.h (RETURN_ADDR_RTX): Offset is -20 from the frame, not +20! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0279a61ae05c40a7e9b785a414a112b7807d8f7;p=gcc.git pa.h (RETURN_ADDR_RTX): Offset is -20 from the frame, not +20! * pa/pa.h (RETURN_ADDR_RTX): Offset is -20 from the frame, not +20! From-SVN: r12574 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 854fdd67ef3..01b934ff16f 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -2338,7 +2338,7 @@ do { \ ((COUNT == 0) \ ? gen_rtx (MEM, Pmode, \ memory_address (Pmode, plus_constant (FRAME, \ - 5 * UNITS_PER_WORD))) \ + -5 * UNITS_PER_WORD))) \ : (rtx) 0) /* Used to mask out junk bits from the return address, such as