This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

How to get C module's listing file?


Hello,

I like to get complete listing file from my compilation 
process. I mind both SOURCE and ASM statements. 
I know "-Wa,-ahlsd=$(basename $@).lst,-L" GCC key 
only. But in *.lst file I have not sinchronized text. I think
it is because optimization process?

Do you know better method? For example in LST file
I like to see something like this:

;   SomeWORDVariable = 5;
                 mov.w     #5,r2
                 mov.w     r2,@_SomeWORDVariable:16

And so on.

Thank you,

Jurgis Armanavichius
Firma MEDELKOM, http://www.medelkom.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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