diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-03-24 21:29:21 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-03-24 21:29:21 +0000 |
commit | 718a5c17ead2cad7e0491ae2003c58c4856dc88f (patch) | |
tree | 3914f7eadf5d99f26f8fe1b8d76eb21785b5f785 /binutils/testsuite | |
parent | e1ea3dd50b177f29a05fa5edbb40a0c19fde8632 (diff) | |
download | binutils-718a5c17ead2cad7e0491ae2003c58c4856dc88f.zip binutils-718a5c17ead2cad7e0491ae2003c58c4856dc88f.tar.gz binutils-718a5c17ead2cad7e0491ae2003c58c4856dc88f.tar.bz2 |
Remove m32r sanitization.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/binutils-all/.Sanitize | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/binutils/testsuite/binutils-all/.Sanitize b/binutils/testsuite/binutils-all/.Sanitize index 126573e..3f2aa05 100644 --- a/binutils/testsuite/binutils-all/.Sanitize +++ b/binutils/testsuite/binutils-all/.Sanitize @@ -77,40 +77,7 @@ else fi if [ -n "${verbose}" ] ; then - echo Processing \"m32r\"... -fi - -m32r_files="objdump.exp" - -if ( echo $* | grep keep\-m32r > /dev/null ) ; then - for i in $m32r_files ; do - if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping m32r stuff in $i - fi - fi - done -else - for i in * ; do - if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"m32r\" from $i... - fi - cp $i new - sed '/start\-sanitize\-m32r/,/end-\sanitize\-m32r/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 - -if [ -n "${verbose}" ] ; then - echo Processing \"m32r\"... + echo Processing \"d30v\"... fi d30v_files="objdump.exp" |