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: Can objdump show friendly symbolic function name?


On Thu, 15 Jul 2010, Pan ruochen wrote:

I think that -S will do roughly what you want.

'mips-linux-gnu-objdump -d -r _uclibc/lib/libuClibc-0.9.30.so'
and
'mips-linux-gnu-objdump -d -r -S _uclibc/lib/libuClibc-0.9.30.so'
make no difference.

I'm surprised. avr-objdump -S is what I and other guys at www.avrfreaks.net use. Of course, we aren't using it on shared libraries, just "executable" .elf files.

--
Michael   hennebry@web.cs.ndsu.NoDak.edu
"Pessimist: The glass is half empty.
Optimist:   The glass is half full.
Engineer:   The glass is twice as big as it needs to be."


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