*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 29 Feb 1992 14:23:25 +0000 (09:23 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 29 Feb 1992 14:23:25 +0000 (09:23 -0500)
From-SVN: r368

gcc/make-l2.com
gcc/reload1.c

index 154a22ed1f9c444ff1815b6c504866fae62e1cd8..fb5a3aa951144a670cab83da481445227d999c5a 100644 (file)
@@ -1,7 +1,6 @@
 $! Set the def dir to proper place for use in batch. Works for interactive too.
 $flnm = f$enviroment("PROCEDURE")     ! get current procedure name
 $set default 'f$parse(flnm,,,"DEVICE")''f$parse(flnm,,,"DIRECTORY")'
-$@$diska:[eric]test_gcc2
 $!
 $! Command file to build libgcc2.olb.  You should only run this once you 
 $! have the current compiler installed, otherwise some of the builtins will
@@ -47,7 +46,7 @@ $compile_libgcc2:
 $subroutine
 $objname = p1
 $if p2.nes."" then objname = p2
-$gcc/machine/include=([],[.config])/debug/define="''p1'" libgcc2.c/obj='objname'.obj
+$gcc/include=([],[.config])/debug/define="''p1'" libgcc2.c/obj='objname'.obj
 $lib libgcc2.olb 'objname'.obj
 $del 'objname'.obj;/nolog
 $endsubroutine
index e4ca0e7aed7604efd6c780f37e7c71b6af7863bc..0ecb2fe378e64cf61ad3bc101789aabc57fc5cee 100644 (file)
@@ -5414,6 +5414,7 @@ gen_input_reload (reloadreg, in, before_insn)
         we emit below.  */
 
       if (CONSTANT_P (XEXP (in, 1))
+         || GET_CODE (XEXP (in, 1)) == MEM
          || (GET_CODE (XEXP (in, 1)) == REG
              && REGNO (XEXP (in, 1)) >= FIRST_PSEUDO_REGISTER))
        move_operand = XEXP (in, 1), other_operand = XEXP (in, 0);