https://sourceware.org/bugzilla/show_bug.cgi?id=20088

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |nickc at redhat dot com

--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Shilin,

> arm-none-eabi-objdump -D -b binary -m armv7m file.bin > file.asm
> It not supported architectures armv7m

This is because the -m option to objdump (and other, similar binutils tools)
is out of date.  I am not sure if it is worth adding in all of the possible
new architecture variants, but I have created a patch that adds in an "arm_any"
machine type.  This will objdump to disassemble the file with all architecture
types and extensions enabled.  Will this be sufficient ?

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to