diff options
author | Doug Evans <dje@google.com> | 1997-12-22 17:24:00 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-12-22 17:24:00 +0000 |
commit | 1eb4e377283922f471da5f967e0b7153eb7ebc72 (patch) | |
tree | c368df1ec78207abc108da16c4a07d7c1769677b /include/dis-asm.h | |
parent | 80c396f6cd52a7bd3524f85e333c8679dc7cf9fb (diff) | |
download | gdb-1eb4e377283922f471da5f967e0b7153eb7ebc72.zip gdb-1eb4e377283922f471da5f967e0b7153eb7ebc72.tar.gz gdb-1eb4e377283922f471da5f967e0b7153eb7ebc72.tar.bz2 |
* dis-asm.h (print_insn_txvu): Declare.
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r-- | include/dis-asm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h index 43ec142..c6effe3 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -172,6 +172,9 @@ extern int print_insn_v850 PARAMS ((bfd_vma, disassemble_info*)); /* start-sanitize-tic80 */ extern int print_insn_tic80 PARAMS ((bfd_vma, disassemble_info*)); /* end-sanitize-tic80 */ +/* start-sanitize-sky */ +extern int print_insn_txvu PARAMS ((bfd_vma, disassemble_info*)); +/* end-sanitize-sky */ /* Fetch the disassembler for a given BFD, if that support is available. */ extern disassembler_ftype disassembler PARAMS ((bfd *)); @@ -200,9 +203,6 @@ extern void generic_print_address extern int generic_symbol_at_address PARAMS ((bfd_vma, struct disassemble_info *)); -/* Pass through the symbol associated with the address being disassembled: */ -extern void disasm_symaddr PARAMS ((asymbol *sym, disassemble_info *info)); - /* Macro to initialize a disassemble_info struct. This should be called by all applications creating such a struct. */ #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ |