diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-02-02 15:27:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-02-02 15:27:04 +0000 |
commit | 48313de63add66d086a202372ca9c0f32449fbcb (patch) | |
tree | 7b8dc4e23e094e36207490f4f3733158d1d5450a /include/dis-asm.h | |
parent | 9e9bc4e144059036f3ceb1ef1fdd29317b38cd32 (diff) | |
download | newlib-48313de63add66d086a202372ca9c0f32449fbcb.zip newlib-48313de63add66d086a202372ca9c0f32449fbcb.tar.gz newlib-48313de63add66d086a202372ca9c0f32449fbcb.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h index af48e85..9dfd503 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 *); |