Commit 7e929166 by Richard Kenner

*** empty log message ***

From-SVN: r368
parent 2c1ebaca
$! Set the def dir to proper place for use in batch. Works for interactive too. $! Set the def dir to proper place for use in batch. Works for interactive too.
$flnm = f$enviroment("PROCEDURE") ! get current procedure name $flnm = f$enviroment("PROCEDURE") ! get current procedure name
$set default 'f$parse(flnm,,,"DEVICE")''f$parse(flnm,,,"DIRECTORY")' $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 $! Command file to build libgcc2.olb. You should only run this once you
$! have the current compiler installed, otherwise some of the builtins will $! have the current compiler installed, otherwise some of the builtins will
...@@ -47,7 +46,7 @@ $compile_libgcc2: ...@@ -47,7 +46,7 @@ $compile_libgcc2:
$subroutine $subroutine
$objname = p1 $objname = p1
$if p2.nes."" then objname = p2 $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 $lib libgcc2.olb 'objname'.obj
$del 'objname'.obj;/nolog $del 'objname'.obj;/nolog
$endsubroutine $endsubroutine
...@@ -5414,6 +5414,7 @@ gen_input_reload (reloadreg, in, before_insn) ...@@ -5414,6 +5414,7 @@ gen_input_reload (reloadreg, in, before_insn)
we emit below. */ we emit below. */
if (CONSTANT_P (XEXP (in, 1)) if (CONSTANT_P (XEXP (in, 1))
|| GET_CODE (XEXP (in, 1)) == MEM
|| (GET_CODE (XEXP (in, 1)) == REG || (GET_CODE (XEXP (in, 1)) == REG
&& REGNO (XEXP (in, 1)) >= FIRST_PSEUDO_REGISTER)) && REGNO (XEXP (in, 1)) >= FIRST_PSEUDO_REGISTER))
move_operand = XEXP (in, 1), other_operand = XEXP (in, 0); move_operand = XEXP (in, 1), other_operand = XEXP (in, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment