aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-06-16 02:24:36 +0000
committerNick Clifton <nickc@redhat.com>1999-06-16 02:24:36 +0000
commitdd92f6397700e5478ae02b7dfad416181d04ef22 (patch)
tree74e2b69ee93ec598cdf7d160d9ac43efcd37c34b /binutils/NEWS
parent5ba624b0f4cd66a3a8ed5980aef3fcf14e0f49ca (diff)
downloadgdb-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/NEWS')
-rw-r--r--binutils/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 7c39501..eb27ad5 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -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.