From: Richard Stallman Date: Tue, 17 Mar 1992 21:16:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a4bfeed8eb73cdefdf324daa5cd9696d56e2dce;p=gcc.git *** empty log message *** From-SVN: r513 --- diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 37176c9ded3..cacb4130889 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -30,10 +30,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "insn-attr.h" +/* This is like nonimmediate_operand with a restriction on the type of MEM. */ + void split_quadword_operands (operands, low, n) rtx *operands, *low; - This is nonimmediate_operand with a restriction on the type of MEM. */ { int i; /* Split operands. */ diff --git a/gcc/make-cc1.com b/gcc/make-cc1.com index 8985e31c1ab..34eecc11046 100644 --- a/gcc/make-cc1.com +++ b/gcc/make-cc1.com @@ -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 regclass,local-alloc,global-alloc,reload,reload1,insn-peep,final,recog insn-recog,insn-extract,insn-output,obstack,integrate,caller-save,calls -dwarfout,function,insn-attrtab,reorg,sched,sdbout,dbxout,unroll,reg-stack -aux-output,print-rtl,version +dwarfout,xcoffout,function,insn-attrtab,reorg,sched,sdbout,dbxout,unroll +reg-stack,aux-output,print-rtl,version $! $pur/nolog independent.opt $! @@ -247,6 +247,7 @@ $ 'CC 'CFLAGS caller-save.c $ 'CC 'CFLAGS calls.c $ 'CC 'CFLAGS dwarfout.c $ 'CC 'CFLAGS dbxout.c +$ 'CC 'CFLAGS xcoffout.c $ 'CC 'CFLAGS reg-stack.c $ 'CC 'CFLAGS function.c $ 'CC 'CFLAGS reorg.c