*** empty log message ***

From-SVN: r368
This commit is contained in:
Richard Kenner 1992-02-29 09:23:25 -05:00
parent 2c1ebaca8d
commit 7e92916622
2 changed files with 2 additions and 2 deletions

View 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

View 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);