4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00
Joern Rennecke 48251fa39f 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:42 +00:00
..
2001-09-18 10:00:23 +00:00
2002-05-08 14:28:37 +00:00
2002-04-11 11:58:30 +00:00
1999-05-03 07:29:06 +00:00
2001-08-29 20:03:08 +00:00
2001-01-09 21:05:35 +00:00
1999-05-03 07:29:06 +00:00
2002-05-17 14:36:42 +00:00
2000-12-19 22:01:20 +00:00
2002-02-05 17:53:03 +00:00
2002-05-17 14:36:42 +00:00
2002-04-01 22:01:10 +00:00
2001-08-23 14:51:49 +00:00
2002-03-06 06:29:41 +00:00
1999-05-03 07:29:06 +00:00
1999-05-03 07:29:06 +00:00
1999-05-03 07:29:06 +00:00
1999-05-03 07:29:06 +00:00
2001-08-17 06:32:52 +00:00
2002-01-28 22:03:14 +00:00
2000-07-05 19:28:05 +00:00
2001-08-23 14:51:49 +00:00
2001-10-24 20:32:09 +00:00
2001-08-23 14:51:49 +00:00
2002-02-21 22:19:14 +00:00
2001-05-08 14:34:36 +00:00
2002-04-17 01:03:04 +00:00
2001-08-02 23:27:47 +00:00