summaryrefslogtreecommitdiff
path: root/include/dis-asm.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-02-02 15:27:04 +0000
committerH.J. Lu <hjl@lucon.org>2007-02-02 15:27:04 +0000
commitbbc0a2c699fdcafafb90931963f022c212a98ef9 (patch)
treeff41000008ae9e301e1c4f7db8e4e12422199006 /include/dis-asm.h
parent9414e04f9333ea08ff3c3f3e765d46a99bf17210 (diff)
downloadbinutils-redhat-bbc0a2c699fdcafafb90931963f022c212a98ef9.tar.gz
binutils/
2076-02-02 H.J. Lu <hongjiu.lu@intel.com> * doc/binutils.texi (objdump): Document the new addr64 option for i386 disassembler. include/ 2076-02-02 H.J. Lu <hongjiu.lu@intel.com> * dis-asm.h (print_i386_disassembler_options): New. opcodes/ 2076-02-02 H.J. Lu <hongjiu.lu@intel.com> * disassemble.c (disassembler_usage): Call print_i386_disassembler_options for i386 disassembler. * i386-dis.c (print_i386_disassembler_options): New. (print_insn): Support the new addr64 option.
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h
index af48e8528e..9dfd503268 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -284,6 +284,7 @@ extern int print_insn_z8002 (bfd_vma, disassemble_info *);
extern disassembler_ftype arc_get_disassembler (void *);
extern disassembler_ftype cris_get_disassembler (bfd *);
+extern void print_i386_disassembler_options (FILE *);
extern void print_mips_disassembler_options (FILE *);
extern void print_ppc_disassembler_options (FILE *);
extern void print_arm_disassembler_options (FILE *);