aboutsummaryrefslogtreecommitdiff
path: root/include/elf/.Sanitize
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-24 04:51:37 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-24 04:51:37 +0000
commit2caa49ec214c52a62dde8e61321cfc28fc716177 (patch)
treee40ccf01e6c25ee021db6bf81666807f6fff1475 /include/elf/.Sanitize
parent2c9fd4b158010c91b579d3d37429887af0efbef5 (diff)
downloadgdb-2caa49ec214c52a62dde8e61321cfc28fc716177.zip
gdb-2caa49ec214c52a62dde8e61321cfc28fc716177.tar.gz
gdb-2caa49ec214c52a62dde8e61321cfc28fc716177.tar.bz2
remove d30v sanitization
Diffstat (limited to 'include/elf/.Sanitize')
-rw-r--r--include/elf/.Sanitize38
1 files changed, 2 insertions, 36 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize
index bf4a9c1..a871771 100644
--- a/include/elf/.Sanitize
+++ b/include/elf/.Sanitize
@@ -21,14 +21,6 @@ Do-first:
# called. Directories not listed will be removed in their entirety
# with rm -rf.
-d30v_files="d30v.h"
-
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
- keep_these_too="${d30v_files} ${keep_these_too}"
-else
- lose_these_too="${d30v_files} ${lose_these_too}"
-fi
-
Things-to-keep:
ChangeLog
@@ -37,6 +29,7 @@ arc.h
arm.h
common.h
d10v.h
+d30v.h
dwarf.h
dwarf2.h
external.h
@@ -49,6 +42,7 @@ mips.h
mn10200.h
mn10300.h
ppc.h
+reloc-macros.h
sh.h
sparc.h
v850.h
@@ -85,34 +79,6 @@ else
done
fi
-d30v_files="ChangeLog common.h"
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
- for i in $d30v_files ; do
- if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping d30v stuff in $i
- fi
- fi
- done
-else
- for i in $d30v_files ; do
- if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"d30v\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/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
-
v850_files="ChangeLog common.h v850.h"
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
for i in $v850_files ; do