Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-02-02 18:27:04 +0300
committerH.J. Lu <hjl.tools@gmail.com>2007-02-02 18:27:04 +0300
commit48313de63add66d086a202372ca9c0f32449fbcb (patch)
tree7b8dc4e23e094e36207490f4f3733158d1d5450a /include/dis-asm.h
parent9e9bc4e144059036f3ceb1ef1fdd29317b38cd32 (diff)
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 af48e8528..9dfd50326 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 *);