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 | f59a29b99f7ec485425e13e6935029b7cadcc78e (patch) | |
tree | bf831829a358f761110ad8a714e1161b2c6a822a /binutils/ChangeLog | |
parent | 7aad4c3d675f44a20cf9e5a66dc32181da1e9a2e (diff) | |
download | gdb-f59a29b99f7ec485425e13e6935029b7cadcc78e.zip gdb-f59a29b99f7ec485425e13e6935029b7cadcc78e.tar.gz gdb-f59a29b99f7ec485425e13e6935029b7cadcc78e.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 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 58e63a6..62a353f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2076-02-02 H.J. Lu <hongjiu.lu@intel.com> + * doc/binutils.texi (objdump): Document the new addr64 option + for i386 disassembler. + +2076-02-02 H.J. Lu <hongjiu.lu@intel.com> + PR binutils/3945 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE target. |