diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-04 00:05:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-04 00:05:52 +0000 |
commit | 438acec9597d83e07e1b1d2bf0649afc98acf7b4 (patch) | |
tree | f11aa924ee0adebd4dd88c5f0430ae4e5bb66f10 /gdb/arch-utils.h | |
parent | 4ff3d76590804d9f22db580c844030969dfe29ce (diff) | |
download | gdb-438acec9597d83e07e1b1d2bf0649afc98acf7b4.tar.gz |
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.h')
-rw-r--r-- | gdb/arch-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 6f53a8d93a4..d2e682987b9 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -55,9 +55,6 @@ extern gdbarch_frameless_function_invocation_ftype generic_frameless_function_in language family, so that case is irrelevant for C. */ extern gdbarch_return_value_on_stack_ftype generic_return_value_on_stack_not; -/* Accessor for old global function pointer for disassembly. */ -extern int legacy_print_insn (bfd_vma vma, disassemble_info *info); - /* Backward compatible call_dummy_words. */ extern LONGEST legacy_call_dummy_words[]; extern int legacy_sizeof_call_dummy_words; |