diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-05-11 17:11:54 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-05-11 17:11:54 +0000 |
commit | 4f6f7a3a1c6d63562a3258464deb29507e728834 (patch) | |
tree | 7c694379dd6a85253ba7fa73242ad36a7d35c833 /gas/testsuite | |
parent | 24abdc9d313db1d320cb8c768c968098a4dda2c4 (diff) | |
download | gdb-4f6f7a3a1c6d63562a3258464deb29507e728834.zip gdb-4f6f7a3a1c6d63562a3258464deb29507e728834.tar.gz gdb-4f6f7a3a1c6d63562a3258464deb29507e728834.tar.bz2 |
* New test cases for MIPS R5900-specific 20-bit break, at customer request.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/mips/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/mips/.Sanitize b/gas/testsuite/gas/mips/.Sanitize index 60591fa..7bc052b 100644 --- a/gas/testsuite/gas/mips/.Sanitize +++ b/gas/testsuite/gas/mips/.Sanitize @@ -39,7 +39,7 @@ else done fi -r5900_losers="r5900.s r5900.d vu0.s vu0.d" +r5900_losers="r5900.s r5900.d vu0.s vu0.d break5900.s break5900.d" if ( echo $* | grep keep\-r5900 > /dev/null ) ; then keep_these_too="$keep_these_too $r5900_losers" if [ -n "${verbose}" ] ; then |