diff options
author | Felix Lee <flee@cygnus> | 1997-09-18 04:56:22 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-18 04:56:22 +0000 |
commit | 88770c1c90ea03dc207040da395623121a16fa14 (patch) | |
tree | ea82002fd1df7e0bed295f0c44228616ce9ac868 /sim/testsuite | |
parent | e1625ed21770ff7fc57ffd12860f945b260073d9 (diff) | |
download | ppe42-binutils-88770c1c90ea03dc207040da395623121a16fa14.tar.gz ppe42-binutils-88770c1c90ea03dc207040da395623121a16fa14.zip |
add missing files.
Diffstat (limited to 'sim/testsuite')
-rw-r--r-- | sim/testsuite/.Sanitize | 3 | ||||
-rw-r--r-- | sim/testsuite/d10v-elf/.Sanitize | 11 | ||||
-rw-r--r-- | sim/testsuite/d30v-elf/.Sanitize | 5 | ||||
-rw-r--r-- | sim/testsuite/v850eq-elf/.Sanitize | 26 |
4 files changed, 44 insertions, 1 deletions
diff --git a/sim/testsuite/.Sanitize b/sim/testsuite/.Sanitize index 5b58dad280..4cb57ffc28 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 0000000000..3607765c7c --- /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 14cc31d601..e9325bd226 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 0000000000..8523797a1a --- /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: |