diff options
author | Fred Fish <fnf@specifix.com> | 2005-01-19 23:35:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2005-01-19 23:35:26 +0000 |
commit | e39893d75a214ffce850f37bcd02ebd7dcea7ce5 (patch) | |
tree | 6227f963b703b80956100bd27ce57aeb876501d5 /binutils/NEWS | |
parent | 9c6ed8e64be00bb73575a42674d2cfc09aefeb7d (diff) | |
download | gdb-e39893d75a214ffce850f37bcd02ebd7dcea7ce5.zip gdb-e39893d75a214ffce850f37bcd02ebd7dcea7ce5.tar.gz gdb-e39893d75a214ffce850f37bcd02ebd7dcea7ce5.tar.bz2 |
2005-01-19 Fred Fish <fnf@specifixinc.com>
* NEWS: Make note of the new MIPS disassembly option "no-aliases".
* doc/binutils.texi (objdump): Document the "no-aliases"
disassembly option.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 0c52b4b..bafee24 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -21,6 +21,11 @@ Changes in 2.15: +* objcopy for MIPS targets now accepts "-M no-aliases" as an option to the + disassembler to print the "raw" mips instruction mneumonic instead of some + pseudo instruction name. I.E. print "daddu" or "or" instead of "move", + "sll" instead of "nop", etc. + * objcopy and strip can now take wildcard patterns in symbol names specified on the command line provided that the --wildcard switch is used to enable them. |