aboutsummaryrefslogtreecommitdiff
path: root/gas/config/.Sanitize
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-07-05 18:39:32 +0000
committerJeff Law <law@redhat.com>1996-07-05 18:39:32 +0000
commitd78f416f848b9d81721a3e642f06c98036a28ecf (patch)
treec46f371cd81893fca2ccae8030c48e3f91d68c1d /gas/config/.Sanitize
parent34255b708c6e329996ff9feff08f4eac4cbb6370 (diff)
downloadgdb-d78f416f848b9d81721a3e642f06c98036a28ecf.zip
gdb-d78f416f848b9d81721a3e642f06c98036a28ecf.tar.gz
gdb-d78f416f848b9d81721a3e642f06c98036a28ecf.tar.bz2
No longer sanitize away h8s stuff
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 1063e19..3931c52 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -150,36 +150,4 @@ Things-to-lose:
Do-last:
-if [ -n "${verbose}" ] ; then
- echo Processing \"h8s\"...
-fi
-
-h8s_files="tc-h8300.c tc-h8300.h"
-if ( echo $* | grep keep\-h8s > /dev/null ) ; then
- for i in $h8s_files ; do
- if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping h8s stuff in $i
- fi
- fi
- done
-else
- for i in $h8s_files ; do
- if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"h8s\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-h8s/,/end-\sanitize\-h8s/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
-
# End of file.