aboutsummaryrefslogtreecommitdiff
path: root/gas/config/.Sanitize
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>1998-03-07 00:31:19 +0000
committerJoern Rennecke <joern.rennecke@embecosm.com>1998-03-07 00:31:19 +0000
commit5f1a7347126e81978c87b6b5d5f13bcdca8a5204 (patch)
treefaa4721ea6a739e861bdc652253d87e712d308bc /gas/config/.Sanitize
parentfd90908986929e283cca54c3675f7131fa5b16ab (diff)
downloadfsf-binutils-gdb-5f1a7347126e81978c87b6b5d5f13bcdca8a5204.zip
fsf-binutils-gdb-5f1a7347126e81978c87b6b5d5f13bcdca8a5204.tar.gz
fsf-binutils-gdb-5f1a7347126e81978c87b6b5d5f13bcdca8a5204.tar.bz2
Remove SH4 sanitation.
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r--gas/config/.Sanitize32
1 files changed, 0 insertions, 32 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index 6ff4be0..aa84562 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -326,38 +326,6 @@ else
done
fi
-if [ -n "${verbose}" ] ; then
- echo Processing \"sh4\"...
-fi
-
-sh4_files="tc-sh.c"
-if ( echo $* | grep keep\-sh4 > /dev/null ) ; then
- for i in $sh4_files ; do
- if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping sh4 stuff in $i
- fi
- fi
- done
-else
- for i in $sh4_files ; do
- if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"sh4\" from $i...
- fi
- cp $i new
- sed -e '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' -e 's/.*restore\-sanitize\-sh4//' < $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
-
v850e_files="tc-v850.c tc-v850.h"
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
for i in $v850e_files ; do