diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-21 00:19:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-21 00:19:41 +0000 |
commit | 8f3c5ddbde56814632c53656a80d3d98370c1cd9 (patch) | |
tree | 873e11ddb0f65f58731f55c8665257a1464aa76b /gas/testsuite | |
parent | 15d82b260c208ede0e7e608ef88735faf5a14544 (diff) | |
download | gdb-8f3c5ddbde56814632c53656a80d3d98370c1cd9.zip gdb-8f3c5ddbde56814632c53656a80d3d98370c1cd9.tar.gz gdb-8f3c5ddbde56814632c53656a80d3d98370c1cd9.tar.bz2 |
Removed v850eq sanitization.
Added Things-to-loose entries for unspecifed/empty directories.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/.Sanitize | 28 | ||||
-rw-r--r-- | gas/testsuite/gas/.Sanitize | 12 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/.Sanitize | 2 |
3 files changed, 8 insertions, 34 deletions
diff --git a/gas/testsuite/.Sanitize b/gas/testsuite/.Sanitize index aeea958..199827c 100644 --- a/gas/testsuite/.Sanitize +++ b/gas/testsuite/.Sanitize @@ -44,34 +44,6 @@ if [ -n "${verbose}" ] ; then echo Processing \"v850\"... fi -v850_files="ChangeLog" -if ( echo $* | grep keep\-v850 > /dev/null ) ; then - for i in $v850_files ; do - if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping v850 stuff in $i - fi - fi - done -else - for i in $v850_files ; do - if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"v850\" from $i... - fi - cp $i new - sed '/start\-sanitize\-v850/,/end-\sanitize\-v850/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 - tic80_files="ChangeLog" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then for i in $tic80_files ; do diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index c4c4f1a..197c98a 100644 --- a/gas/testsuite/gas/.Sanitize +++ b/gas/testsuite/gas/.Sanitize @@ -23,12 +23,6 @@ else lose_these_too="tic80 ${lose_these_too}" fi -if ( echo $* | grep keep\-v850 > /dev/null ) ; then - keep_these_too="v850 ${keep_these_too}" -else - lose_these_too="v850 ${lose_these_too}" -fi - if ( echo $* | grep keep\-d30v > /dev/null ) ; then keep_these_too="d30v ${keep_these_too}" else @@ -65,10 +59,16 @@ sparc sparc-solaris sun4 template +v850 vax Things-to-lose: +gasp +i386-bsd +ieee.fp +mn10x00 + Do-last: # End of file. diff --git a/gas/testsuite/gas/hppa/.Sanitize b/gas/testsuite/gas/hppa/.Sanitize index b846cbc..fc84517 100644 --- a/gas/testsuite/gas/hppa/.Sanitize +++ b/gas/testsuite/gas/hppa/.Sanitize @@ -34,6 +34,8 @@ unsorted Things-to-lose: +more.parse + Do-last: # End of file. |