PATCH: fix bootstrap on Alpha (obvious)

Ben Elliston bje@au1.ibm.com
Tue Apr 15 00:38:00 GMT 2008


I am committing this patch as obvious as a follow-up to r133799.  It's
obvious by inspection and Falk has confirmed that it fixes bootstrap on
his Alpha.  Sorry about that.

Ben


2008-04-15  Ben Elliston  <bje@au.ibm.com>

        * config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
        temp1 local variables.

Index: config/alpha/alpha.c
===================================================================
--- config/alpha/alpha.c        (revision 134294)
+++ config/alpha/alpha.c        (working copy)
@@ -5449,7 +5449,7 @@ void
 alpha_initialize_trampoline (rtx tramp, rtx fnaddr, rtx cxt,
                             int fnofs, int cxtofs, int jmpofs)
 {
-  rtx temp, temp1, addr;
+  rtx addr;
   /* VMS really uses DImode pointers in memory at this point.  */
   enum machine_mode mode = TARGET_ABI_OPEN_VMS ? Pmode : ptr_mode;
 




More information about the Gcc-patches mailing list