diff options
author | Nick Clifton <nickc@redhat.com> | 1999-06-16 02:24:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-06-16 02:24:36 +0000 |
commit | dd92f6397700e5478ae02b7dfad416181d04ef22 (patch) | |
tree | 74e2b69ee93ec598cdf7d160d9ac43efcd37c34b /binutils/ChangeLog | |
parent | 5ba624b0f4cd66a3a8ed5980aef3fcf14e0f49ca (diff) | |
download | gdb-dd92f6397700e5478ae02b7dfad416181d04ef22.zip gdb-dd92f6397700e5478ae02b7dfad416181d04ef22.tar.gz gdb-dd92f6397700e5478ae02b7dfad416181d04ef22.tar.bz2 |
Add -M command line switch to objdump - text of switch is passed on to disassembler
Add support for register name set selection ot ARM disassembler.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d3e1ba3..83feb18 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +1999-06-14 Nick Clifton <nickc@cygnus.com> + + * objdump.c (disassembler_options): New variable. + (usage): Document new -M/--disassembler-options option. + (long_options): Add --disassembler-options. + (disassemble_data): Initialise disassembler_options field of + disassembler_info structure. + (main): Add parsing of -M option. + + * binutils.texi: Document new command line switch to objdump. + + * NEWS: Describe new command line switch to objdump. + + Mon Jun 14 10:27:54 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * binutils.texi: Fix typos. |