This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: objdump on MinGW


On Thu, Dec 27, 2018 at 10:46:39AM -0500, Jeffrey Walton wrote:
> $ objdump.exe -disassemble sm4_simd.o

There is no "-disassemble" option (there is a --disassemble).  What
you asked for here is equivalent to -d -i -s -a -e -mble, and -i is
like --help in that the info or help is displayed and then objdump
exits.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]