*** empty log message ***
From-SVN: r368
This commit is contained in:
parent
2c1ebaca8d
commit
7e92916622
@ -1,7 +1,6 @@
|
|||||||
$! 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:
|
|||||||
$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)
|
|||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user