aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-08-09 00:07:14 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-08-09 00:07:14 +0000
commit414f5cf3b21f743f07a2666120c59e4d9e5378d7 (patch)
tree6bbe16c9ceb120d29e9edee7f507ff14bb4d75a9 /include
parent737ff150cf10998b7b9073a20037057ece37751b (diff)
downloadgdb-414f5cf3b21f743f07a2666120c59e4d9e5378d7.zip
gdb-414f5cf3b21f743f07a2666120c59e4d9e5378d7.tar.gz
gdb-414f5cf3b21f743f07a2666120c59e4d9e5378d7.tar.bz2
* arc.h: New file.
* common.h (EM_CYGNUS_ARC): Define. Plus remove arc sanitization.
Diffstat (limited to 'include')
-rw-r--r--include/elf/.Sanitize36
1 files changed, 0 insertions, 36 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize
index 77942d1..7664ab7 100644
--- a/include/elf/.Sanitize
+++ b/include/elf/.Sanitize
@@ -17,14 +17,6 @@
Do-first:
-arc_files="arc.h"
-
-if ( echo $* | grep keep\-arc > /dev/null ) ; then
- keep_these_too="${arc_files} ${keep_these_too}"
-else
- lose_these_too="${arc_files} ${lose_these_too}"
-fi
-
v850_files="v850.h"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
@@ -58,34 +50,6 @@ Things-to-lose:
Do-last:
-arc_files="ChangeLog common.h"
-if ( echo $* | grep keep\-arc > /dev/null ) ; then
- for i in $arc_files ; do
- if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping arc stuff in $i
- fi
- fi
- done
-else
- for i in $arc_files ; do
- if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"arc\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/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
-
d30v_files="ChangeLog common.h"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
for i in $d30v_files ; do