aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-04 00:05:52 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-04 00:05:52 +0000
commitf6c4061856e6d65eac2392c589395153bfb2d38b (patch)
treed8a5f0ac6af3c62d795231ab510eca7504d1e06c /gdb/arch-utils.c
parentc8f3944783aed0e4aab78018f1da615484dab2e1 (diff)
downloadgdb-f6c4061856e6d65eac2392c589395153bfb2d38b.zip
gdb-f6c4061856e6d65eac2392c589395153bfb2d38b.tar.gz
gdb-f6c4061856e6d65eac2392c589395153bfb2d38b.tar.bz2
2003-09-03 Andrew Cagney <cagney@redhat.com>
* arch-utils.h (legacy_print_insn): Delete declaration. * arch-utils.c (legacy_print_insn): Delete function. * disasm.c (deprecated_tm_print_insn_info): Delete. (_initialize_disasm): Delete function, contained code initializing deprecated_tm_print_insn_info. * gdbarch.sh (deprecated_tm_print_insn): Delete. (deprecated_tm_print_insn_info): Delete. (TARGET_PRINT_INSN): Do not provide a default. * gdbarch.h, gdbarch.c: Re-generate.
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r--gdb/arch-utils.c8
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