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.
This commit is contained in:
Nick Clifton
1999-06-16 02:24:36 +00:00
parent 5ba624b0f4
commit dd92f63977
9 changed files with 145 additions and 6 deletions

View File

@@ -2,6 +2,11 @@
Changes in binutils 2.10:
* New command line switch to objdump -M (or --disassembler-options) which takes
a parameter which can then be interpreted on a per-target basis by the
disassembler. Used by ARM targets to select register name sets, ISA, APCS or
raw verions.
* objdump support for -mi386:intel which causes disassembly to be displayed
with intel syntax.