aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/m32r-elf
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-02-05 17:39:42 +0000
committerJeff Law <law@redhat.com>1999-02-05 17:39:42 +0000
commit579d9a974973fe83ab911016484c2149ecf14b08 (patch)
treedc4ed94adbd01a3324eafbe1c7d6715747c80590 /sim/testsuite/m32r-elf
parent87612967437d9e557c268f492bc613d9fb321587 (diff)
downloadgdb-579d9a974973fe83ab911016484c2149ecf14b08.zip
gdb-579d9a974973fe83ab911016484c2149ecf14b08.tar.gz
gdb-579d9a974973fe83ab911016484c2149ecf14b08.tar.bz2
m32rx -> cygnus sanitization change.
Diffstat (limited to 'sim/testsuite/m32r-elf')
-rw-r--r--sim/testsuite/m32r-elf/.Sanitize35
1 files changed, 0 insertions, 35 deletions
diff --git a/sim/testsuite/m32r-elf/.Sanitize b/sim/testsuite/m32r-elf/.Sanitize
index dbf61fa..bdcddb5 100644
--- a/sim/testsuite/m32r-elf/.Sanitize
+++ b/sim/testsuite/m32r-elf/.Sanitize
@@ -15,13 +15,6 @@
Do-first:
-#m32rx_files="..."
-#if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
-# keep_these_too="${m32rx_files} ${keep_these_too}"
-#else
-# lose_these_too="${m32rx_files} ${lose_these_too}"
-#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
@@ -42,32 +35,4 @@ Things-to-lose:
Do-last:
-m32rx_files="ChangeLog Makefile.in"
-if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
- for i in $m32rx_files ; do
- if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping m32rx stuff in $i
- fi
- fi
- done
-else
- for i in $m32rx_files ; do
- if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"m32rx\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-m32rx/,/end-\sanitize\-m32rx/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.