aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-07-05 18:39:32 +0000
committerJeff Law <law@redhat.com>1996-07-05 18:39:32 +0000
commitd78f416f848b9d81721a3e642f06c98036a28ecf (patch)
treec46f371cd81893fca2ccae8030c48e3f91d68c1d /gas/testsuite
parent34255b708c6e329996ff9feff08f4eac4cbb6370 (diff)
downloadgdb-d78f416f848b9d81721a3e642f06c98036a28ecf.zip
gdb-d78f416f848b9d81721a3e642f06c98036a28ecf.tar.gz
gdb-d78f416f848b9d81721a3e642f06c98036a28ecf.tar.bz2
No longer sanitize away h8s stuff
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/.Sanitize32
-rw-r--r--gas/testsuite/ChangeLog7
-rw-r--r--gas/testsuite/gas/h8300/.Sanitize29
-rw-r--r--gas/testsuite/gas/h8300/h8300.exp5
4 files changed, 22 insertions, 51 deletions
diff --git a/gas/testsuite/.Sanitize b/gas/testsuite/.Sanitize
index 319cc33..a1efe63 100644
--- a/gas/testsuite/.Sanitize
+++ b/gas/testsuite/.Sanitize
@@ -72,36 +72,4 @@ else
done
fi
-if [ -n "${verbose}" ] ; then
- echo Processing \"h8s\"...
-fi
-
-h8s_files="ChangeLog"
-if ( echo $* | grep keep\-h8s > /dev/null ) ; then
- for i in $h8s_files ; do
- if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping h8s stuff in $i
- fi
- fi
- done
-else
- for i in $h8s_files ; do
- if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"h8s\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-h8s/,/end-\sanitize\-h8s/d' < $i > new
- if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
- if [ -n "${verbose}" ] ; then
- echo Caching $i in .Recover...
- fi
- mv $i .Recover
- fi
- mv new $i
- fi
- done
-fi
-
# End of file.
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 0b1e54f..69c9b1f 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -3,14 +3,10 @@ Thu Jul 4 14:23:36 1996 Ian Lance Taylor <ian@cygnus.com>
Avoid DOS file naming problems:
* gas/h8300/branch.s: Rename from branches.s.
* gas/h8300/branchh.s: Rename from branchesh.s.
-start-sanitize-h8s
* gas/h8300/branchs.s: Rename from branchess.s.
-end-sanitize-h8s
* gas/h8300/rotsh.s: Rename from rotshift.s.
* gas/h8300/rotshh.s: Rename from rotshifth.s.
-start-sanitize-h8s
* gas/h8300/rotshs.s: Rename from rotshifts.s.
-end-sanitize-h8s
* gas/h8300/h8300.exp: Corresponding changes.
Thu Jul 4 14:01:46 1996 James G. Smith <jsmith@cygnus.co.uk>
@@ -38,7 +34,6 @@ Tue Jun 18 12:39:49 1996 Jeffrey A. Law <law@rtl.cygnus.com>
* gas/h8300/cbranchh.s: Switch into h8300h mode.
* gas/h8300/h8300.exp (H8/300H misc tests): Fix test names.
-start-sanitize-h8s
* gas/h8300/{addsubs.s,bitops1s.s,bitops2s.s}: New tests for the
H8/S.
* gas/h8300/{bitops3.s,bitops4.s,cbranchs.s,logicals.s}: Likewise.
@@ -47,7 +42,7 @@ start-sanitize-h8s
* gas/h8300/{movbs.s,movws.s,movls.s,pushpops.s}: Likewise.
* gas/h8300/{rotshifts.s,extends.s}: Likewise.
* gas/h8300/h8300.exp: Run them.
-end-sanitize-h8s
+
Mon Jun 10 14:14:40 1996 Ian Lance Taylor <ian@cygnus.com>
* gas/all/cofftag.s, gas/all/cofftag.d: New test for COFF enum tag
diff --git a/gas/testsuite/gas/h8300/.Sanitize b/gas/testsuite/gas/h8300/.Sanitize
index 288d8b5..e11dbc1 100644
--- a/gas/testsuite/gas/h8300/.Sanitize
+++ b/gas/testsuite/gas/h8300/.Sanitize
@@ -17,14 +17,6 @@
Do-first:
-h8s_files="addsubs.s bitops1s.s bitops2s.s bitops3s.s bitops4s.s branchs.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 rotshs.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.
# Directories listed in this section will have their own Sanitize
@@ -35,45 +27,66 @@ Things-to-keep:
addsub.s
addsubh.s
+addsubs.s
bitops1.s
bitops1h.s
+bitops1s.s
bitops2.s
bitops2h.s
+bitops2s.s
bitops3.s
bitops3h.s
+bitops3s.s
bitops4.s
bitops4h.s
+bitops4s.s
branch.s
branchh.s
+branchs.s
cbranch.s
cbranchh.s
+cbranchs.s
cmpsi2.s
compare.s
compareh.s
+compares.s
decimal.s
decimalh.s
+decimals.s
divmul.s
divmulh.s
+divmuls.s
extendh.s
+extends.s
ffxx1.d
ffxx1.s
h8300.exp
incdec.s
incdech.s
+incdecs.s
logical.s
logicalh.s
+logicals.s
+macs.s
misc.s
misch.s
+miscs.s
mov32bug.s
movb.s
movbh.s
+movbs.s
movlh.s
+movls.s
movw.s
movwh.s
+movws.s
+multiples.s
pushpop.s
pushpoph.s
+pushpops.s
rotsh.s
rotshh.s
+rotshs.s
Things-to-lose:
diff --git a/gas/testsuite/gas/h8300/h8300.exp b/gas/testsuite/gas/h8300/h8300.exp
index ea734e5..93e8873 100644
--- a/gas/testsuite/gas/h8300/h8300.exp
+++ b/gas/testsuite/gas/h8300/h8300.exp
@@ -1245,8 +1245,6 @@ proc do_h8300h_extend {} {
if [expr $x == 4] then { pass $testname } else { fail $testname }
}
-# start-sanitize-h8s
-
proc do_h8300s_add_sub {} {
set testname "addsubs.s: h8300s add/sub tests"
set x 0
@@ -2086,7 +2084,6 @@ proc do_h8300s_multiple {} {
if [expr $x == 6] then { pass $testname } else { fail $testname }
}
-# end-sanitize-h8s
proc do_h8300h_mov32bug {} {
set testname "mov32bug.s: h8300h mov32bug test"
set x 0
@@ -2153,7 +2150,6 @@ if [istarget h8300*-*-*] then {
do_h8300h_rotate_shift
do_h8300h_extend
- # start-sanitize-h8s
# Now test the h8300s instruction parser
do_h8300s_add_sub
do_h8300s_logical
@@ -2177,7 +2173,6 @@ if [istarget h8300*-*-*] then {
do_h8300s_mac
do_h8300s_multiple
- # end-sanitize-h8s
do_h8300h_mov32bug
# Now some random tests