Re: gcc identifier maps

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

 



Is there a gcc switch which will generated a printed list of each identifier and
it's size in a fashion similar to the HP-UX cc +m switch?

-Wa,-as will instruct GAS to output all symbols (but not
the sizes); if you use some other assembler, it might have
an option too (or the linker might, use -Wl, for that).


Segher


[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