From 88770c1c90ea03dc207040da395623121a16fa14 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Thu, 18 Sep 1997 04:56:22 +0000 Subject: [PATCH] add missing files. --- .Sanitize | 6 +++--- gas/testsuite/gas/d30v/.Sanitize | 21 +++++++++++++++++++++ gas/testsuite/gas/mips/.Sanitize | 1 + gas/testsuite/gas/tic80/.Sanitize | 25 +++++++++++++++++++++++++ gas/testsuite/gas/v850/.Sanitize | 2 ++ sim/testsuite/.Sanitize | 3 ++- sim/testsuite/d10v-elf/.Sanitize | 11 +++++++++++ sim/testsuite/d30v-elf/.Sanitize | 5 +++++ sim/testsuite/v850eq-elf/.Sanitize | 26 ++++++++++++++++++++++++++ 9 files changed, 96 insertions(+), 4 deletions(-) create mode 100644 gas/testsuite/gas/d30v/.Sanitize create mode 100644 sim/testsuite/d10v-elf/.Sanitize create mode 100644 sim/testsuite/v850eq-elf/.Sanitize diff --git a/.Sanitize b/.Sanitize index 5a27b37..12a3630 100644 --- a/.Sanitize +++ b/.Sanitize @@ -48,9 +48,9 @@ Do-first: keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf apache bash - bfd binutils byacc cvs deja-gnu dejagnu diff dosrel dvips emacs emacs19 - examples expect fileutils findutils flex - gas gawk gcc gdb gdbm gdbtest glob gprof grep grez groff guile gzip + bfd binutils bison byacc cvs deja-gnu dejagnu diff dosrel dvips + emacs emacs19 examples expect fileutils findutils flex + gas gawk gcc gdb gdbm gdbtest glob gperf gprof grep grez groff guile gzip include inet install-sh ispell ld less libg++ libgcc libgloss libiberty libio librx libstdc++ m4 make mkinstalldirs mmalloc move-if-change newlib ncurses opcodes diff --git a/gas/testsuite/gas/d30v/.Sanitize b/gas/testsuite/gas/d30v/.Sanitize new file mode 100644 index 0000000..b0e76cc --- /dev/null +++ b/gas/testsuite/gas/d30v/.Sanitize @@ -0,0 +1,21 @@ +Do-first: + +Things-to-keep: + +align.d +align.s +array.d +array.s +d30.exp +guard.d +guard.s +inst.d +inst.s +opt.d +opt.s +reloc.d +reloc.s + +This-to-lose: + +Do-last: \ No newline at end of file diff --git a/gas/testsuite/gas/mips/.Sanitize b/gas/testsuite/gas/mips/.Sanitize index 113a7a6..9a06112 100644 --- a/gas/testsuite/gas/mips/.Sanitize +++ b/gas/testsuite/gas/mips/.Sanitize @@ -70,6 +70,7 @@ lb.s ld.d ld.s ld-empic.d +ld-ilocks.d ld-pic.s ld-svr4pic.d ld-xgot.d diff --git a/gas/testsuite/gas/tic80/.Sanitize b/gas/testsuite/gas/tic80/.Sanitize index 6f485ef..2e245a8 100644 --- a/gas/testsuite/gas/tic80/.Sanitize +++ b/gas/testsuite/gas/tic80/.Sanitize @@ -27,6 +27,9 @@ Things-to-keep: add.d add.lst add.s +align.d +align.lst +align.s bitnum.d bitnum.lst bitnum.s @@ -39,9 +42,31 @@ cregops.s endmask.d endmask.lst endmask.s +float.d +float.lst +float.s regops.d regops.lst regops.s +regops2.d +regops2.lst +regops2.s +regops3.d +regops3.lst +regops3.s +regops4.d +regops4.lst +regops4.s +relocs1.c +relocs1.d +relocs1.lst +relocs1.s +relocs1b.d +relocs2.c +relocs2.d +relocs2.lst +relocs2.s +relocs2b.d tic80.exp Things-to-lose: diff --git a/gas/testsuite/gas/v850/.Sanitize b/gas/testsuite/gas/v850/.Sanitize index a564975..58c9af0 100644 --- a/gas/testsuite/gas/v850/.Sanitize +++ b/gas/testsuite/gas/v850/.Sanitize @@ -39,6 +39,8 @@ mem.s misc.s move.s range.s +reloc.s + Things-to-lose: Do-last: diff --git a/sim/testsuite/.Sanitize b/sim/testsuite/.Sanitize index 5b58dad..4cb57ff 100644 --- a/sim/testsuite/.Sanitize +++ b/sim/testsuite/.Sanitize @@ -22,7 +22,7 @@ else lose_these_too="${d30v_files} ${lose_these_too}" fi -r5900_files="mips64r5900el-elf" +r5900_files="mips64vr5900el-elf" if ( echo $* | grep keep\-r5900 > /dev/null ) ; then keep_these_too="${r5900_files} ${keep_these_too}" else @@ -47,6 +47,7 @@ ChangeLog Makefile.in configure configure.in +d10v-elf Things-to-lose: diff --git a/sim/testsuite/d10v-elf/.Sanitize b/sim/testsuite/d10v-elf/.Sanitize new file mode 100644 index 0000000..3607765 --- /dev/null +++ b/sim/testsuite/d10v-elf/.Sanitize @@ -0,0 +1,11 @@ +Do-first: + +Things-to-keep: + +exit47.s +hello.s +loop.s + +Things-to-lose: + +Do-last: diff --git a/sim/testsuite/d30v-elf/.Sanitize b/sim/testsuite/d30v-elf/.Sanitize index 14cc31d..e9325bd 100644 --- a/sim/testsuite/d30v-elf/.Sanitize +++ b/sim/testsuite/d30v-elf/.Sanitize @@ -38,6 +38,9 @@ em-e0.S em-e47.S em-pchr.S em-pstr.S +exit47.s +hello.s +loop.s ls-ld2h.S ls-ld2w.S ls-ld4bh.S @@ -57,6 +60,8 @@ ls-stb.S ls-sth.S ls-sthh.S ls-stw.S +os-dbt.S +tick.s Things-to-lose: diff --git a/sim/testsuite/v850eq-elf/.Sanitize b/sim/testsuite/v850eq-elf/.Sanitize new file mode 100644 index 0000000..8523797 --- /dev/null +++ b/sim/testsuite/v850eq-elf/.Sanitize @@ -0,0 +1,26 @@ +Do-first: + +Things-to-keep: + +Makefile.in +configure +configure.in +exit47.s +hello.s +loop.s +t-bsh.s +t-bsw.s +t-callt.s +t-ctret.s +t-hsw.s +t-ldsr.s +t-macros.i +t-sld.s +t-sxb.s +t-sxh.s +t-zxb.s +t-zxh.s + +Things-to-lose: + +Do-last: -- 2.7.4