diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-17 21:16:42 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-17 21:16:42 +0000 |
commit | 2a4bfeed8eb73cdefdf324daa5cd9696d56e2dce (patch) | |
tree | 2c0e5572f7925a40ccb8ad1adb70e88296e4294f | |
parent | fa2260595ebbc3afb538cb92f19466682902d7ba (diff) | |
download | gcc-2a4bfeed8eb73cdefdf324daa5cd9696d56e2dce.zip gcc-2a4bfeed8eb73cdefdf324daa5cd9696d56e2dce.tar.gz gcc-2a4bfeed8eb73cdefdf324daa5cd9696d56e2dce.tar.bz2 |
*** empty log message ***
From-SVN: r513
-rw-r--r-- | gcc/config/vax/vax.c | 3 | ||||
-rw-r--r-- | gcc/make-cc1.com | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 37176c9..cacb413 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 8985e31..34eecc1 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 |