diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-02-29 09:23:25 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-02-29 09:23:25 -0500 |
commit | 7e929166227dd21fdb2a312e8e6a94b767e15c12 (patch) | |
tree | b7e72d1a965d7d71c845c92615e5d86a96ecedbc /gcc | |
parent | 2c1ebaca8df10a4d6b82c75151af026681158008 (diff) | |
download | gcc-7e929166227dd21fdb2a312e8e6a94b767e15c12.zip gcc-7e929166227dd21fdb2a312e8e6a94b767e15c12.tar.gz gcc-7e929166227dd21fdb2a312e8e6a94b767e15c12.tar.bz2 |
*** empty log message ***
From-SVN: r368
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/make-l2.com | 3 | ||||
-rw-r--r-- | gcc/reload1.c | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/make-l2.com b/gcc/make-l2.com index 154a22e..fb5a3aa 100644 --- a/gcc/make-l2.com +++ b/gcc/make-l2.com @@ -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 diff --git a/gcc/reload1.c b/gcc/reload1.c index e4ca0e7..0ecb2fe 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -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); |