aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-06-16 21:18:05 +0000
committerStan Shebs <shebs@codesourcery.com>1994-06-16 21:18:05 +0000
commit8c16485eb08729b1129cf29da6e930764c9fc458 (patch)
tree4e0b101c1a84b79d2c8656513b1882e3c15ce5e4 /gdb/.Sanitize
parent708e18fdc6af0978d8a2ee72279c70e926431603 (diff)
downloadgdb-8c16485eb08729b1129cf29da6e930764c9fc458.zip
gdb-8c16485eb08729b1129cf29da6e930764c9fc458.tar.gz
gdb-8c16485eb08729b1129cf29da6e930764c9fc458.tar.bz2
Keep v9 bits now.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r--gdb/.Sanitize32
1 files changed, 1 insertions, 31 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize
index 98c9b65..b7d7e17 100644
--- a/gdb/.Sanitize
+++ b/gdb/.Sanitize
@@ -15,12 +15,6 @@
Do-first:
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- keep_these_too="sp64-tdep.c"
-else
- lose_these_too="sp64-tdep.c"
-fi
-
mpw_files="mpw-config.in mpw-make.in ser-mac.c mac-xdep.c mac-defs.h macgdb.r ChangeLog.mpw"
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
@@ -267,6 +261,7 @@ signals.h
solib.c
solib.h
source.c
+sp64-tdep.c
sparc-nat.c
sparc-pinsn.c
sparc-stub.c
@@ -350,31 +345,6 @@ tests
Do-last:
-echo Looking for signs of \"v9\"...
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- for i in * ; do
- if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
- echo Keeping v9 stuff in $i
- fi
- done
-else
- for i in * ; do
- if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
- echo Cleaning the \"v9\" out of $i...
- cp $i new
- sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new
- if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
- echo Caching $i in .Recover...
- mv $i .Recover
- fi
- mv new $i
- fi
- done
-fi
-
echo Removing traces of \"mpw\"...
# Don't try to clean directories here, as the 'mv' command will fail.