mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
1c509ca821
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. |
||
---|---|---|
.. | ||
arch.c | ||
arch.h | ||
ChangeLog | ||
config.in | ||
configure | ||
configure.in | ||
cpu.c | ||
cpu.h | ||
cpuall.h | ||
decode-compact.c | ||
decode-compact.h | ||
decode-media.c | ||
decode-media.h | ||
decode.h | ||
defs-compact.h | ||
defs-media.h | ||
eng-compact.h | ||
eng-media.h | ||
eng.h | ||
Makefile.in | ||
mloop-compact.c | ||
mloop-media.c | ||
sem-compact-switch.c | ||
sem-compact.c | ||
sem-media-switch.c | ||
sem-media.c | ||
sh64-sim.h | ||
sh64.c | ||
sh-desc.c | ||
sh-desc.h | ||
sh-opc.h | ||
sim-if.c | ||
sim-main.h | ||
tconfig.in |