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 Removed a section of code that didn't do anything, but left values in 2001-08-02 00:50:38 +00:00
d30v Change minimum loop size limit to 0x10 (103792) 2000-07-05 21:40:11 +00:00
erc32 Change profiling so that it is enabled by default. Re-generate everything. 2000-05-24 04:39:50 +00:00
fr30 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:50:01 +00:00
h8300 * compile.c: Fix formatting. 2001-12-20 17:36:23 +00:00
h8500 Change profiling so that it is enabled by default. Re-generate everything. 2000-05-24 04:39:50 +00:00
i960 2001-07-05 Ben Elliston <bje@redhat.com> 2001-07-05 13:51:26 +00:00
igen [ common/ChangeLog ] 2002-05-01 23:26:32 +00:00
m32r 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
m68hc11 * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case. 2002-03-07 19:17:04 +00:00
mcore Change profiling so that it is enabled by default. Re-generate everything. 2000-05-24 04:39:50 +00:00
mips [ common/ChangeLog ] 2002-05-01 23:26:32 +00:00
mn10200 * Makefile.in (simops.o): Add simops.h to dependency list. 2001-04-15 19:57:10 +00:00
mn10300 *** empty log message *** 2001-05-07 06:10:25 +00:00
ppc 2002-04-15 Elena Zannoni <ezannoni@redhat.com> 2002-04-15 16:32:55 +00:00
sh * interp.c (sim_create_inferior): Record program arguments for 2001-01-30 23:03:56 +00:00
sh64 print_insn_sh cleanup: 2002-05-17 14:36:46 +00:00
testsuite * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
tic80 TIc80 simulator. 2000-07-04 05:00:54 +00:00
v850 * Makefile.in (simops.h, table.c): Delete targets. 2001-12-02 19:27:29 +00:00
w65 Change profiling so that it is enabled by default. Re-generate everything. 2000-05-24 04:39:50 +00:00
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
MAINTAINERS * MAINTAINERS: Update my email address. 2002-05-16 13:38:55 +00:00
Makefile.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
README-HACKING Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
configure Revert sh64 changes. Accidently committed. 2002-02-02 04:48:32 +00:00
configure.in Revert sh64 changes. Accidently committed. 2002-02-02 04:48:32 +00:00