aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1997-01-31 19:57:42 +0000
committerStan Shebs <shebs@codesourcery.com>1997-01-31 19:57:42 +0000
commite696e60686654571efaa8f1ddf5392656477475b (patch)
treec7c85b3da526e4a133166a532f2d443475f9dd30 /gdb/.Sanitize
parentfbd929fd055b5fa21f5bfdfc8fca0e7d0cbdee13 (diff)
downloadgdb-e696e60686654571efaa8f1ddf5392656477475b.zip
gdb-e696e60686654571efaa8f1ddf5392656477475b.tar.gz
gdb-e696e60686654571efaa8f1ddf5392656477475b.tar.bz2
do d10v sanitization over all files
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r--gdb/.Sanitize6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize
index 95bbd24..97afa2a 100644
--- a/gdb/.Sanitize
+++ b/gdb/.Sanitize
@@ -518,10 +518,8 @@ else
done
fi
-d10v_files="configure.tgt ChangeLog valops.c"
-
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
- for i in $d10v_files ; do
+ for i in * ; do
if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping d10v stuff in $i
@@ -529,7 +527,7 @@ if ( echo $* | grep keep\-d10v > /dev/null ) ; then
fi
done
else
- for i in $d10v_files ; do
+ for i in * ; do
if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"d10v\" from $i...