public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-971207 on alphaev56-dec-osf4.0c
@ 1997-12-07 23:30 Weiwen Liu
  0 siblings, 0 replies; only message in thread
From: Weiwen Liu @ 1997-12-07 23:30 UTC (permalink / raw)
  To: egcs

To build egcs, I have to do

*** alpha.c.~1~	Sat Dec  6 19:29:27 1997
--- alpha.c	Mon Dec  8 02:17:34 1997
***************
*** 1382,1387 ****
--- 1382,1394 ----
    return alpha_return_addr_rtx;
  }
  
+ #if OPEN_VMS
+ #define REG_PV 27
+ #define REG_RA 26
+ #else
+ #define REG_RA 26
+ #endif
+ 
  static int
  alpha_ra_ever_killed ()
  {
***************
*** 1781,1793 ****
      }
  }
  \f
- #if OPEN_VMS
- #define REG_PV 27
- #define REG_RA 26
- #else
- #define REG_RA 26
- #endif
- 
  /* Find the current function's return address.
  
     ??? It would be better to arrange things such that if we would ordinarily
--- 1788,1793 ----
***************
*** 1796,1818 ****
     how to get the right information at the right time.  */
  
  static rtx alpha_return_addr_rtx;
- 
- rtx
- alpha_return_addr ()
- {
-   rtx ret;
- 
-   if ((ret = alpha_return_addr_rtx) == NULL)
-     {
-       alpha_return_addr_rtx = ret = gen_reg_rtx (Pmode);
- 
-       emit_insn_after (gen_rtx (SET, VOIDmode, ret,
- 			        gen_rtx (REG, Pmode, REG_RA)),
- 		       get_insns ());
-     }
- 
-   return ret;
- }
  
  /* This page contains routines that are used to determine what the function
     prologue and epilogue code will do and write them out.  */
--- 1796,1801 ----



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-12-07 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-07 23:30 egcs-971207 on alphaev56-dec-osf4.0c Weiwen Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).