diff options
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 0c52b4bb562..bafee24dd51 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. |