aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-09-03 21:51:18 +0000
committerNick Clifton <nickc@redhat.com>1997-09-03 21:51:18 +0000
commita8211eb8d7e5e08afbc15e91069f1ba2d7e9ecdd (patch)
tree752953c4f6c714c3904a1e44cad2c0845bbcfbe3
parentbf9abf2c9ab1bdcac607ed6b5243f087df9f3305 (diff)
downloadgdb-a8211eb8d7e5e08afbc15e91069f1ba2d7e9ecdd.zip
gdb-a8211eb8d7e5e08afbc15e91069f1ba2d7e9ecdd.tar.gz
gdb-a8211eb8d7e5e08afbc15e91069f1ba2d7e9ecdd.tar.bz2
Removed v850 sanitization.
-rw-r--r--include/opcode/.Sanitize45
-rw-r--r--include/opcode/ChangeLog14
2 files changed, 1 insertions, 58 deletions
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize
index 4a3ed8d..672b37a 100644
--- a/include/opcode/.Sanitize
+++ b/include/opcode/.Sanitize
@@ -23,22 +23,6 @@ else
lose_these_too="${d30v_files} ${lose_these_too}"
fi
-v850_files="v850.h"
-
-if ( echo $* | grep keep\-v850 > /dev/null ) ; then
- keep_these_too="${v850_files} ${keep_these_too}"
-else
- if ( echo $* | grep keep\-v850e > /dev/null ) ; then
- keep_these_too="${v850_files} ${keep_these_too}"
- else
- if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
- keep_these_too="${v850_files} ${keep_these_too}"
- else
- lose_these_too="${v850_files} ${lose_these_too}"
- fi
- fi
-fi
-
tic80_files="tic80.h"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
@@ -81,6 +65,7 @@ ppc.h
pyr.h
sparc.h
tahoe.h
+v850.h
vax.h
Things-to-lose:
@@ -171,34 +156,6 @@ else
done
fi
-v850_files="ChangeLog"
-if ( echo $* | grep keep\-v850 > /dev/null ) ; then
- for i in $v850_files ; do
- if test -f $i && (grep sanitize-v850 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping v850 stuff in $i
- fi
- fi
- done
-else
- for i in $v850_files ; do
- if test -f $i && (grep sanitize-v850 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"v850\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-v850/,/end-\sanitize\-v850/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
-
r5900_files="ChangeLog mips.h"
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
for i in $r5900_files ; do
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 61003ee..6b5e53d 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -25,7 +25,6 @@ Mon Aug 18 11:05:58 1997 Nick Clifton <nickc@cygnus.com>
* v850.h (struct v850_opcode): Remove flags field.
-start-sanitize-v850
Wed Aug 13 18:45:48 1997 Nick Clifton <nickc@cygnus.com>
start-sanitize-v850e
@@ -49,7 +48,6 @@ start-sanitize-v850eq
end-sanitize-v850eq
end-sanitize-v850e
-end-sanitize-v850
Fri Aug 8 16:58:42 1997 Doug Evans <dje@canuck.cygnus.com>
* arc.h: New file.
@@ -123,12 +121,10 @@ Fri Apr 4 14:02:32 1997 Ian Lance Taylor <ian@cygnus.com>
* i386.h: Correct opcode values for fsubp, fsubrp, fdivp, and
fdivrp.
-start-sanitize-v850
Tue Mar 25 22:57:26 1997 Stu Grossman (grossman@critters.cygnus.com)
* v850.h (extract): Make unsigned.
-end-sanitize-v850
Mon Mar 24 14:38:15 1997 Ian Lance Taylor <ian@cygnus.com>
* i386.h: Add iclr.
@@ -275,13 +271,11 @@ Fri Jan 3 16:22:23 1997 Fred Fish <fnf@cygnus.com>
(FMT_*): Ditto.
end-sanitize-tic80
-start-sanitize-v850
Tue Dec 31 15:05:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* v850.h (V850_OPERAND_ADJUST_SHORT_MEMORY): New flag to adjust
type IV instruction offsets.
-end-sanitize-v850
start-sanitize-tic80
Fri Dec 27 22:23:10 1996 Fred Fish <fnf@cygnus.com>
@@ -296,9 +290,7 @@ Sat Dec 14 10:48:31 1996 Fred Fish <fnf@ninemoons.com>
* mn10200.h: Fix comment, mn10200_operand not powerpc_operand.
* mn10300.h: Fix comment, mn10300_operand not powerpc_operand.
-start-sanitize-v850
* v850.h: Fix comment, v850_operand not powerpc_operand.
-end-sanitize-v850
Mon Dec 9 16:45:39 1996 Jeffrey A Law (law@cygnus.com)
@@ -342,12 +334,10 @@ Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu>
implementation.
(struct alpha_operand): Move flags slot for better packing.
-start-sanitize-v850
Tue Oct 29 12:19:10 1996 Jeffrey A Law (law@cygnus.com)
* v850.h (V850_OPERAND_RELAX): New operand flag.
-end-sanitize-v850
Thu Oct 10 14:29:11 1996 Jeffrey A Law (law@cygnus.com)
* mn10300.h (FMT_*): Move operand format definitions
@@ -371,18 +361,15 @@ Wed Oct 2 21:31:26 1996 Jeffrey A Law (law@cygnus.com)
* mn10x00.h: New file.
-start-sanitize-v850
Fri Sep 27 18:26:46 1996 Stu Grossman (grossman@critters.cygnus.com)
* v850.h: Add new flag to indicate this instruction uses a PC
displacement.
-end-sanitize-v850
Fri Sep 13 14:58:13 1996 Jeffrey A Law (law@cygnus.com)
* h8300.h (stmac): Add missing instruction.
-start-sanitize-v850
Sat Aug 31 16:02:03 1996 Jeffrey A Law (law@cygnus.com)
* v850.h (v850_opcode): Remove "size" field. Add "memop"
@@ -410,7 +397,6 @@ Tue Aug 20 14:52:02 1996 J.T. Conklin <jtc@rtl.cygnus.com>
* v850.h: New file.
-end-sanitize-v850
Fri Aug 16 14:44:15 1996 James G. Smith <jsmith@cygnus.co.uk>
* mips.h (OP_SH_LOCC, OP_SH_HICC, OP_MASK_CC, OP_SH_COP1NORM,