aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-06-18 20:02:10 +0000
committerJeff Law <law@redhat.com>1996-06-18 20:02:10 +0000
commit0ed3f0f7cc0302fe4adce97c36d3b3434495689a (patch)
tree5e908f7bd7c3f43a36addd135791970ddbf2f429
parente34c4939b5cfcc7c3b69a34d68573cd77d0bc435 (diff)
downloadgdb-0ed3f0f7cc0302fe4adce97c36d3b3434495689a.zip
gdb-0ed3f0f7cc0302fe4adce97c36d3b3434495689a.tar.gz
gdb-0ed3f0f7cc0302fe4adce97c36d3b3434495689a.tar.bz2
Tweak.
-rw-r--r--gas/testsuite/gas/h8300/.Sanitize29
1 files changed, 7 insertions, 22 deletions
diff --git a/gas/testsuite/gas/h8300/.Sanitize b/gas/testsuite/gas/h8300/.Sanitize
index 9c0fb2c..4e30ed1 100644
--- a/gas/testsuite/gas/h8300/.Sanitize
+++ b/gas/testsuite/gas/h8300/.Sanitize
@@ -17,6 +17,13 @@
Do-first:
+h8s_files="addsubs.s bitops1s.s bitops2s.s bitops3s.s bitops4s.s branchess.s cbranchs.s compares.s decimals.s divmuls.s extends.s incdecs.s logicals.s macs.s miscs.s movbs.s movls.s movws.s multiples.s pushpops.s rotshifts.s"
+
+if ( echo $* | grep keep\-h8s > /dev/null ) ; then
+ keep_these_too="${h8s_files} ${keep_these_too}"
+else
+ lose_these_too="${h8s_files} ${lose_these_too}"
+fi
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
@@ -70,28 +77,6 @@ rotshifth.s
Things-to-lose:
-addsubs.s
-bitops1s.s
-bitops2s.s
-bitops3s.s
-bitops4s.s
-branchess.s
-cbranchs.s
-compares.s
-decimals.s
-divmuls.s
-extends.s
-incdecs.s
-logicals.s
-macs.s
-miscs.s
-movbs.s
-movls.s
-movws.s
-multiples.s
-pushpops.s
-rotshifts.s
-
Do-last:
if [ -n "${verbose}" ] ; then