* Undeprecate print_insn_m68k
@ 2003-06-02 22:55 Andreas Schwab
0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2003-06-02 22:55 UTC (permalink / raw)
To: gdb-patches
2003-06-03 Andreas Schwab <schwab@suse.de>
* m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
(_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
--- gdb/m68k-tdep.c.~1.64.~ 2003-06-03 00:08:46.000000000 +0200
+++ gdb/m68k-tdep.c 2003-06-03 00:20:13.000000000 +0200
@@ -966,6 +966,9 @@ m68k_gdbarch_init (struct gdbarch_info i
/* Should be using push_dummy_call. */
set_gdbarch_deprecated_dummy_write_sp (gdbarch, generic_target_write_sp);
+ /* Disassembler. */
+ set_gdbarch_print_insn (gdbarch, print_insn_m68k);
+
#if defined JB_PC && defined JB_ELEMENT_SIZE
tdep->jb_pc = JB_PC;
tdep->jb_elt_size = JB_ELEMENT_SIZE;
@@ -999,5 +1002,4 @@ void
_initialize_m68k_tdep (void)
{
gdbarch_register (bfd_arch_m68k, m68k_gdbarch_init, m68k_dump_tdep);
- deprecated_tm_print_insn = print_insn_m68k;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-02 22:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-02 22:55 Undeprecate print_insn_m68k Andreas Schwab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox