From: Jim Wilson Date: Tue, 16 Jan 1996 19:59:48 +0000 (+0000) Subject: Remove sh3e sanitization. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=130c6e3d59796f33ad8a57b58d16395c0d1d496b;p=binutils-gdb.git Remove sh3e sanitization. --- diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 97e39ddc521..e8fa684a447 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -178,28 +178,4 @@ else fi fi -sh3e_files="tc-sh.c" -if ( echo $* | grep keep\-sh3e > /dev/null ) ; then - if [ -n "${verbose}" ] ; then - echo Keeping sh3e stuff in $sh3e_files. - fi -else - if [ -n "${verbose}" ]; then - echo -n Cleaning sh3e in `pwd`: - fi - for f in $sh3e_files ; do - if [ -n "${verbose}" ] ; then - echo -n " " $f - fi - sed -e '/start\-sanitize\-sh3e/,/end\-sanitize\-sh3e/d' -e '/ xl /d' < $f > new - if [ -n "${safe}" ] ; then - mv $f .Recover - fi - mv new $f - done - if [ -n "${verbose}" ]; then - echo "" - fi -fi - # End of file.