diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 1998-03-07 00:41:39 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 1998-03-07 00:41:39 +0000 |
commit | 1e442295a0c11f7911b0a4e3875fae4071af3fed (patch) | |
tree | 35a4cd5b0cf59ca5eb6a0a729cdc6b5e83273f0f | |
parent | 5f1a7347126e81978c87b6b5d5f13bcdca8a5204 (diff) | |
download | gdb-1e442295a0c11f7911b0a4e3875fae4071af3fed.zip gdb-1e442295a0c11f7911b0a4e3875fae4071af3fed.tar.gz gdb-1e442295a0c11f7911b0a4e3875fae4071af3fed.tar.bz2 |
Remove SH4 sanitation.
-rw-r--r-- | opcodes/.Sanitize | 32 | ||||
-rw-r--r-- | opcodes/ChangeLog | 4 |
2 files changed, 0 insertions, 36 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index b633ed2..7ce31d4 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -406,38 +406,6 @@ else done fi -if [ -n "${verbose}" ] ; then - echo Processing \"sh4\"... -fi - -sh4_files="ChangeLog sh-opc.h sh-dis.c" -if ( echo $* | grep keep\-sh4 > /dev/null ) ; then - for i in $sh4_files ; do - if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping sh4 stuff in $i - fi - fi - done -else - for i in $sh4_files ; do - if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"sh4\" from $i... - fi - cp $i new - sed -e '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' -e 's/.*restore\-sanitize\-sh4//' < $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 - sky_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c mips-dis.c" if ( echo $* | grep keep\-sky > /dev/null ) ; then for i in $sky_files ; do diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bd01266..9dc32f6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -499,14 +499,12 @@ Sun Nov 23 22:25:21 1997 Michael Meissner <meissner@cygnus.com> (d30v_format_table): Add SHORT_CMPU cases for cmpu. end-sanitize-d30v -start-sanitize-sh4 Wed Nov 19 17:42:35 1997 Richard Henderson <rth@cygnus.com> * sh-dis.c (print_insn_shx): Recognize all sh4 additions. * sh-opc.h (fmov): Add @<REG_M>+,<DX_REG_N> variant for sh4. (ftrv): Slay the cut-and-paste monster. -end-sanitize-sh4 Tue Nov 18 23:10:03 1997 J"orn Rennecke <amylaar@cygnus.co.uk> * d10v-dis.c (print_operand): @@ -814,7 +812,6 @@ Thu Aug 21 11:09:09 1997 Nick Clifton <nickc@cygnus.com> * v850-opc.c (v850_opcodes[]): Move divh opcodes next to each other. end-sanitize-v850e -start-sanitize-sh4 Wed Aug 20 00:43:11 1997 J"orn Rennecke <amylaar@cygnus.co.uk> * sh-opc.h (sh_arg_type): Add A_SGR and A_DBR. @@ -823,7 +820,6 @@ Wed Aug 20 00:43:11 1997 J"orn Rennecke <amylaar@cygnus.co.uk> Add insns to access SGR and DBR. * sh-dis.c (print_insn_shx): Add SH4 floating point extensions. -end-sanitize-sh4 Tue Aug 19 10:59:59 1997 Richard Henderson <rth@cygnus.com> * alpha-opc.c (alpha_opcodes): Fix hw_rei_stall mungage. |