diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-17 17:02:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-17 17:02:46 +0000 |
commit | 073fbac62c4e7eb6b2c259fd5a6c5059b7cb9813 (patch) | |
tree | 09e2695d14ec5f9d860c8e87981479dec5cc68ae /binutils/doc | |
parent | 602d6c6fd45b796f28e72dc179ed6651b0bcbe77 (diff) | |
download | gdb-073fbac62c4e7eb6b2c259fd5a6c5059b7cb9813.zip gdb-073fbac62c4e7eb6b2c259fd5a6c5059b7cb9813.tar.gz gdb-073fbac62c4e7eb6b2c259fd5a6c5059b7cb9813.tar.bz2 |
* objdump.c (main): Issue a warning message if multiple -M
switches are used.
* doc/binutils.texi (objdump): Update documentation about -M
option.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 899ab53..85025db 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1625,7 +1625,15 @@ architectures with the @option{-i} option. @item -M @var{options} @itemx --disassembler-options=@var{options} Pass target specific information to the disassembler. Only supported on -some targets. +some targets. Note only a single instance of the option on the +command line is supported. If the option occurs more than once, the +earlier versions will be ignored. If it is necessary to specify more +than one disassembler option then they should be placed together into +a space separated list. ie: + +@smallexample + -M"first-disassembler-option second-disassembler-option" +@end smallexample If the target is an ARM architecture then this switch can be used to select which register name set is used during disassembler. Specifying |