binutils-gdb/sim
Joern Rennecke 1c509ca821 print_insn_sh cleanup:
include:
	* dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
gdb:
	* sh-tdep.c (gdb_print_insn_sh64): Delete.
	(gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
	(sh_gdbarch_init): Always use gdb_print_insn_sh.
opcodes:
	* disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh.
	* sh-dis.c (LITTLE_BIT): Delete.
	(print_insn_sh, print_insn_shl): Deleted.
	(print_insn_shx): Renamed to
	(print_insn_sh).  No longer static.  Handle SHmedia instructions.
	Use info->endian to determine endianness.
	* sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete.
	(print_insn_sh64x): No longer static.  Renamed to
	(print_insn_sh64).  Removed pfun_compact and endian arguments.
	If we got an uneven address to indicate SHmedia, adjust it.
	Return -2 for SHcompact instructions.
sim/sh64:
	* sim-if.c (sh64_disassemble_insn): Use  print_insn_sh instead of
	print_insn_shl.
2002-05-17 14:36:46 +00:00
..
arm Uses sim callback interface for system calls in RedBoot SWI support. 2002-05-09 10:29:08 +00:00
common [ common/ChangeLog ] 2002-05-01 23:26:32 +00:00
d10v
d30v
erc32
fr30
h8300
h8500
i960
igen [ common/ChangeLog ] 2002-05-01 23:26:32 +00:00
m32r
m68hc11
mcore
mips [ common/ChangeLog ] 2002-05-01 23:26:32 +00:00
mn10200
mn10300
ppc
sh
sh64 print_insn_sh cleanup: 2002-05-17 14:36:46 +00:00
testsuite
tic80
v850
w65
z8k Handle CLASS_IGNORE and ARG_NIM4. 2002-04-29 16:50:29 +00:00
ChangeLog * MAINTAINERS: Update my email address. 2002-05-16 13:38:55 +00:00
configure
configure.in
MAINTAINERS * MAINTAINERS: Update my email address. 2002-05-16 13:38:55 +00:00
Makefile.in
README-HACKING