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
(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):
* 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.
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.