diff options
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 968508d..e344ec0 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -140,14 +140,6 @@ generic_prologue_frameless_p (CORE_ADDR ip) return ip == SKIP_PROLOGUE (ip); } -/* New/multi-arched targets should use the correct gdbarch field - instead of using this global pointer. */ -int -legacy_print_insn (bfd_vma vma, disassemble_info *info) -{ - return (*deprecated_tm_print_insn) (vma, info); -} - /* Helper functions for INNER_THAN */ int |