Re: Merged Program Listings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* John Klingler:

> I can't find a way to get gcc to output an assembler listing merged with 
> the corresponding C code.
>
> Is this something gcc can't do?

"objdump --disassemble --source --reloch" on the object file works, at
least at low optimization levels.  At higher ones, there is no close
correspondence between generated assembler and source code lines,
anyway.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux