aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/v850
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-09-03 23:26:21 +0000
committerNick Clifton <nickc@redhat.com>1997-09-03 23:26:21 +0000
commit3234b2e7a5fe213778abc686abcc3f5b1f44fa7d (patch)
treeab45f686f4aac240e8dd29807c24a36ab40549a7 /gdb/config/v850
parent6ff87eadf94eda2af9e15b0f39cb6e74c18c838f (diff)
downloadfsf-binutils-gdb-3234b2e7a5fe213778abc686abcc3f5b1f44fa7d.zip
fsf-binutils-gdb-3234b2e7a5fe213778abc686abcc3f5b1f44fa7d.tar.gz
fsf-binutils-gdb-3234b2e7a5fe213778abc686abcc3f5b1f44fa7d.tar.bz2
removed v850 sanitization.
Diffstat (limited to 'gdb/config/v850')
-rw-r--r--gdb/config/v850/.Sanitize45
1 files changed, 3 insertions, 42 deletions
diff --git a/gdb/config/v850/.Sanitize b/gdb/config/v850/.Sanitize
index ce96c03..4d101e9 100644
--- a/gdb/config/v850/.Sanitize
+++ b/gdb/config/v850/.Sanitize
@@ -15,20 +15,6 @@
Do-first:
-v850_files="tm-v850.h v850.mt"
-
-if ( echo $* | grep keep\-v850 > /dev/null ) ; then
- keep_these_too="${v850_files} ${keep_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Keeping ${v850_files}
- fi
-else
- lose_these_too="${v850_files} ${lose_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Deleting ${v850_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
@@ -37,36 +23,11 @@ fi
Things-to-keep:
-Things-to-lose:
+tm-v850.h
+v850.mt
+Things-to-lose:
Do-last:
-if ( echo $* | grep keep\-v850 > /dev/null ) ; then
- for i in * ; do
- if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping v850 stuff in $i
- fi
- fi
- done
-else
- for i in * ; do
- if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"v850\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-v850/,/end-\sanitize\-v850/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.