diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-18 11:34:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-18 11:34:41 +0000 |
commit | 31e0f3cd45f5e24eb497bcbb1eec8e22b387ed9c (patch) | |
tree | 7f4a6c5fe2608e2f29d8599219254119482133e1 /opcodes/ChangeLog | |
parent | 278a7cf7f0a800f2d1ed8bc3609c78a83cf2efb8 (diff) | |
download | fsf-binutils-gdb-31e0f3cd45f5e24eb497bcbb1eec8e22b387ed9c.zip fsf-binutils-gdb-31e0f3cd45f5e24eb497bcbb1eec8e22b387ed9c.tar.gz fsf-binutils-gdb-31e0f3cd45f5e24eb497bcbb1eec8e22b387ed9c.tar.bz2 |
* objdump.c (main) :Accept multiple -M switch.
* doc/binutils.texi: Document that multiple -M switches are accepted and that
a single -M switch can contain comma separated options.
* arm-dis.c (parse_arm_disassembler_option): Do not expect option string to be
NUL terminated.
(parse_disassembler_options): Allow options to be space or comma separated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f1a11ad..73c1902 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2003-07-18 Nick Clifton <nickc@redhat.com> + + * arm-dis.c (parse_arm_disassembler_option): Do not expect + option string to be NUL terminated. + (parse_disassembler_options): Allow options to be space or + comma separated. + 2003-07-17 Nick Clifton <nickc@redhat.com> * po/es.po: New Spanish translation. |