aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-07 23:01:27 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-07 23:01:27 +0000
commit038e48cf64c25440a26e70217466b37d6304d6eb (patch)
tree39f355c603052e39e457f8673868f47775a6a1bc /gdb/.Sanitize
parente41369a45f31905498cf9c49476d97418381fcba (diff)
downloadgdb-038e48cf64c25440a26e70217466b37d6304d6eb.zip
gdb-038e48cf64c25440a26e70217466b37d6304d6eb.tar.gz
gdb-038e48cf64c25440a26e70217466b37d6304d6eb.tar.bz2
Remove m32r sanitization.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r--gdb/.Sanitize44
1 files changed, 3 insertions, 41 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize
index 1902f52..0720826 100644
--- a/gdb/.Sanitize
+++ b/gdb/.Sanitize
@@ -102,20 +102,6 @@ else
fi
fi
-m32r_files="m32r-tdep.c m32r-rom.c m32r-stub.c"
-
-if ( echo $* | grep keep\-m32r > /dev/null ) ; then
- keep_these_too="${m32r_files} ${keep_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Keeping ${m32r_files}
- fi
-else
- lose_these_too="${m32r_files} ${lose_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Deleting ${m32r_files}
- fi
-fi
-
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
@@ -287,6 +273,9 @@ m2-lang.h
m2-typeprint.c
m2-valprint.c
m3-nat.c
+m32r-rom.c
+m32r-stub.c
+m32r-tdep.c
m68k-stub.c
m68k-tdep.c
m68knbsd-nat.c
@@ -602,33 +591,6 @@ else
done
fi
-if ( echo $* | grep keep\-m32r > /dev/null ) ; then
- for i in * ; do
- if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping m32r stuff in $i
- fi
- fi
- done
-else
- for i in * ; do
- if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"m32r\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-m32r/,/end-\sanitize\-m32r/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\-tic80 > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then