aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1996-06-08 03:52:13 +0000
committerJim Wilson <wilson@tuliptree.org>1996-06-08 03:52:13 +0000
commitf98286385f8693c0d56df7d02399b59522cbf334 (patch)
tree6f517bf3587af0e15b6382792d780aaeb3adb3a0 /bfd/.Sanitize
parent4906b2a367d7a73dad85cd759466c271fe872068 (diff)
downloadgdb-f98286385f8693c0d56df7d02399b59522cbf334.zip
gdb-f98286385f8693c0d56df7d02399b59522cbf334.tar.gz
gdb-f98286385f8693c0d56df7d02399b59522cbf334.tar.bz2
Kill r16/rce/acp stuff.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize28
1 files changed, 0 insertions, 28 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index d2555a0..41c481c 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -250,34 +250,6 @@ Things-to-lose:
Do-last:
-rce_files="ChangeLog ChangeLog.2 Makefile.in archures.c bfd-in2.h config.bfd configure.in configure targets.c aoutx.h libaout.h"
-if ( echo $* | grep keep\-rce > /dev/null ) ; then
- for i in $rce_files ; do
- if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping rce stuff in $i
- fi
- fi
- done
-else
- for i in $rce_files ; do
- if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"rce\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/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
-
arc_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
for i in $arc_files ; do