public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Weiwen Liu <liu@hepvms.physics.yale.edu>
To: egcs@cygnus.com
Subject: egcs-971207 on alphaev56-dec-osf4.0c
Date: Sun, 07 Dec 1997 23:30:00 -0000	[thread overview]
Message-ID: <Pine.OSF.3.96.971208022525.13205A-100000@ylws39.physics.yale.edu> (raw)

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



                 reply	other threads:[~1997-12-07 23:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.OSF.3.96.971208022525.13205A-100000@ylws39.physics.yale.edu \
    --to=liu@hepvms.physics.yale.edu \
    --cc=egcs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).