aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-06-15 22:41:46 +0000
committerKen Raeburn <raeburn@cygnus>1994-06-15 22:41:46 +0000
commit66599384bb87e61e8d792e9c673f86124541059c (patch)
treeec7207fc50db4cafc856ad158445ee20ccd42237 /bfd/.Sanitize
parent7faa6d38bb29b66091517cfe978c633b74f05e2d (diff)
downloadgdb-66599384bb87e61e8d792e9c673f86124541059c.zip
gdb-66599384bb87e61e8d792e9c673f86124541059c.tar.gz
gdb-66599384bb87e61e8d792e9c673f86124541059c.tar.bz2
unsanitizing v9
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize30
1 files changed, 1 insertions, 29 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 9c81237..15f530d 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -15,12 +15,6 @@
Do-first:
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- keep_these_too="elf64-sparc.c"
-else
- lose_these_too="elf64-sparc.c"
-fi
-
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${keep_these_too}"
else
@@ -132,6 +126,7 @@ elf32-sparc.c
elf32-target.h
elf32.c
elf64-gen.c
+elf64-sparc.c
elf64-target.h
elf64.c
elfcode.h
@@ -209,29 +204,6 @@ Things-to-lose:
Do-last:
-v9files="configure.in elfcode.h reloc.c bfd-in2.h targets.c config.bfd"
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping v9 stuff in $v9files.
- fi
-else
- if [ -n "${verbose}" ]; then
- echo -n Cleaning v9 in `pwd`:
- fi
- for f in $v9files ; do
- if [ -n "${verbose}" ] ; then
- echo -n " " $f
- fi
- sed '/start\-sanitize\-v9/,/end\-sanitize\-v9/d' < $f > new
- if [ -n "${safe}" ] ; then
- mv $f .Recover
- fi
- mv new $f
- done
- chmod a+x config.bfd
-fi
-
-
mpwfiles="coffswap.h"
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
if [ -n "${verbose}" ] ; then