aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-09-10 00:25:16 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-09-10 00:25:16 +0000
commit25533a3822f1f1671317fcff075095dc2f92d93c (patch)
tree7ed446095717e56355ed58c1429eba4ed99d3f22
parent29b35953e33f0585e731f4a1f317ca79d54fef04 (diff)
downloadfsf-binutils-gdb-25533a3822f1f1671317fcff075095dc2f92d93c.zip
fsf-binutils-gdb-25533a3822f1f1671317fcff075095dc2f92d93c.tar.gz
fsf-binutils-gdb-25533a3822f1f1671317fcff075095dc2f92d93c.tar.bz2
Remove arc sanitization.
-rw-r--r--gas/.Sanitize28
1 files changed, 0 insertions, 28 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index 1333b2e..a74808a 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -112,34 +112,6 @@ Things-to-lose:
Do-last:
-arc_files="ChangeLog configure.in configure Makefile.am Makefile.in ChangeLog.1"
-if ( echo $* | grep keep\-arc > /dev/null ) ; then
- for i in $arc_files ; do
- if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping arc stuff in $i
- fi
- fi
- done
-else
- for i in $arc_files ; do
- if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"arc\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/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 ( echo $* | grep keep\-gm > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then