Commit 2a4bfeed by Richard Stallman

*** empty log message ***

From-SVN: r513
parent fa226059
...@@ -30,10 +30,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -30,10 +30,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "insn-attr.h" #include "insn-attr.h"
/* This is like nonimmediate_operand with a restriction on the type of MEM. */
void void
split_quadword_operands (operands, low, n) split_quadword_operands (operands, low, n)
rtx *operands, *low; rtx *operands, *low;
This is nonimmediate_operand with a restriction on the type of MEM. */
{ {
int i; int i;
/* Split operands. */ /* Split operands. */
......
...@@ -143,8 +143,8 @@ toplev,tree,print-tree,stor-layout,fold-const,varasm,rtl,rtlanal,expr,stmt ...@@ -143,8 +143,8 @@ toplev,tree,print-tree,stor-layout,fold-const,varasm,rtl,rtlanal,expr,stmt
expmed,explow,optabs,emit-rtl,insn-emit,jump,cse,loop,flow,stupid,combine expmed,explow,optabs,emit-rtl,insn-emit,jump,cse,loop,flow,stupid,combine
regclass,local-alloc,global-alloc,reload,reload1,insn-peep,final,recog regclass,local-alloc,global-alloc,reload,reload1,insn-peep,final,recog
insn-recog,insn-extract,insn-output,obstack,integrate,caller-save,calls insn-recog,insn-extract,insn-output,obstack,integrate,caller-save,calls
dwarfout,function,insn-attrtab,reorg,sched,sdbout,dbxout,unroll,reg-stack dwarfout,xcoffout,function,insn-attrtab,reorg,sched,sdbout,dbxout,unroll
aux-output,print-rtl,version reg-stack,aux-output,print-rtl,version
$! $!
$pur/nolog independent.opt $pur/nolog independent.opt
$! $!
...@@ -247,6 +247,7 @@ $ 'CC 'CFLAGS caller-save.c ...@@ -247,6 +247,7 @@ $ 'CC 'CFLAGS caller-save.c
$ 'CC 'CFLAGS calls.c $ 'CC 'CFLAGS calls.c
$ 'CC 'CFLAGS dwarfout.c $ 'CC 'CFLAGS dwarfout.c
$ 'CC 'CFLAGS dbxout.c $ 'CC 'CFLAGS dbxout.c
$ 'CC 'CFLAGS xcoffout.c
$ 'CC 'CFLAGS reg-stack.c $ 'CC 'CFLAGS reg-stack.c
$ 'CC 'CFLAGS function.c $ 'CC 'CFLAGS function.c
$ 'CC 'CFLAGS reorg.c $ 'CC 'CFLAGS reorg.c
......
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