aboutsummaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1997-02-20 16:05:18 +0000
committerMichael Meissner <gnu@the-meissners.org>1997-02-20 16:05:18 +0000
commitc6c7035cfbe209813006b7c28dac452412a0aeb8 (patch)
tree89130abbd891b0f5bc423b1f39e5bfb0d0cbd291 /include/elf
parent528031fd49710a960a89c65777ea1c779fbbbced (diff)
downloadgdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.zip
gdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.tar.gz
gdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.tar.bz2
Since d10v is public now, remove all sanitization statements
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/.Sanitize28
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h2
3 files changed, 0 insertions, 34 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize
index 1144aec..f7e408a 100644
--- a/include/elf/.Sanitize
+++ b/include/elf/.Sanitize
@@ -93,34 +93,6 @@ else
done
fi
-d10v_files="ChangeLog common.h"
-if ( echo $* | grep keep\-d10v > /dev/null ) ; then
- for i in $d10v_files ; do
- if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping d10v stuff in $i
- fi
- fi
- done
-else
- for i in $d10v_files ; do
- if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"d10v\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-d10v/,/end-\sanitize\-d10v/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
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 4b9d54e..8d27aae 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -44,12 +44,10 @@ Tue Nov 26 10:44:47 1996 Ian Lance Taylor <ian@cygnus.com>
* mips.h (STO_MIPS16): Define.
-start-sanitize-d10v
Tue Nov 12 15:45:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* d10v.h: Remove empty file.
-end-sanitize-d10v
Tue Oct 8 11:31:24 1996 Ian Lance Taylor <ian@cygnus.com>
* mips.h (EF_MIPS_ABI2): Define.
@@ -95,13 +93,11 @@ Thu Jul 18 19:12:15 1996 Stan Shebs <shebs@andros.cygnus.com>
* dwarf2.h: New file.
-start-sanitize-d10v
Jul 18 13:20:39 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* common.h (EM_CYGNUS_D10V): Define.
* d10v.h: New file.
-end-sanitize-d10v
Fri Jun 21 12:33:24 1996 Richard Henderson <rth@tamu.edu>
* alpha.h: New file.
diff --git a/include/elf/common.h b/include/elf/common.h
index d659f91..26f75f2 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -119,10 +119,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Alpha backend magic number. Written in the absence of an ABI. */
#define EM_ALPHA 0x9026
-/* start-sanitize-d10v */
/* D10V backend magic number. Written in the absence of an ABI. */
#define EM_CYGNUS_D10V 0x7650
-/* end-sanitize-d10v */
/* start-sanitize-d30v */
/* D30V backend magic number. Written in the absence of an ABI. */