diff options
author | Jeff Law <law@redhat.com> | 1998-06-19 22:50:44 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-06-19 22:50:44 +0000 |
commit | 3f98014f7663e4f5ff230e348b65dad201391660 (patch) | |
tree | 0f6a9243bd2a3f442ca57dc081d31a330974be88 /gas/testsuite | |
parent | d7f444fd7adc1cad74cc5317bf17c3830095adac (diff) | |
download | gdb-3f98014f7663e4f5ff230e348b65dad201391660.zip gdb-3f98014f7663e4f5ff230e348b65dad201391660.tar.gz gdb-3f98014f7663e4f5ff230e348b65dad201391660.tar.bz2 |
* gas/mn10300/am33_4.s: New test.
* gas/mn10300/am33_5.s: New test.
* gas/mn10300/basic.exp: Run them.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/mn10300/.Sanitize | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4c5df09..766ccbc 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,4 +1,10 @@ start-sanitize-am33 +Fri Jun 19 16:48:14 1998 Jeffrey A Law (law@cygnus.com) + + * gas/mn10300/am33_4.s: New test. + * gas/mn10300/am33_5.s: New test. + * gas/mn10300/basic.exp: Run them. + Fri Jun 19 09:45:17 1998 Jeffrey A Law (law@cygnus.com) * gas/mn10300/am33_2.s: New test. diff --git a/gas/testsuite/gas/mn10300/.Sanitize b/gas/testsuite/gas/mn10300/.Sanitize index 0d4e237..406a07b 100644 --- a/gas/testsuite/gas/mn10300/.Sanitize +++ b/gas/testsuite/gas/mn10300/.Sanitize @@ -17,7 +17,7 @@ Do-first: -am33_files="am33.s am33_2.s am33_3.s" +am33_files="am33.s am33_2.s am33_3.s am33_4.s am33_5.s" if ( echo $* | grep keep\-am33 > /dev/null ) ; then keep_these_too="${am33_files} ${keep_these_too}" |