From: Joern Rennecke Date: Sat, 7 Mar 1998 00:41:39 +0000 (+0000) Subject: Remove SH4 sanitation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e442295a0c11f7911b0a4e3875fae4071af3fed;p=binutils-gdb.git Remove SH4 sanitation. --- diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index b633ed2a2a7..7ce31d47c85 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 bd0126686ae..9dc32f6c950 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -499,14 +499,12 @@ Sun Nov 23 22:25:21 1997 Michael Meissner (d30v_format_table): Add SHORT_CMPU cases for cmpu. end-sanitize-d30v -start-sanitize-sh4 Wed Nov 19 17:42:35 1997 Richard Henderson * sh-dis.c (print_insn_shx): Recognize all sh4 additions. * sh-opc.h (fmov): Add @+, variant for sh4. (ftrv): Slay the cut-and-paste monster. -end-sanitize-sh4 Tue Nov 18 23:10:03 1997 J"orn Rennecke * d10v-dis.c (print_operand): @@ -814,7 +812,6 @@ Thu Aug 21 11:09:09 1997 Nick Clifton * 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 * 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 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 * alpha-opc.c (alpha_opcodes): Fix hw_rei_stall mungage.