| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <001e01bea824$aee3b440$322bb0c2@omnitel.net> |
| Reply-To: | "Jurgis Armanavichius" <jurgis AT medelkom DOT com> |
| From: | "Jurgis Armanavichius" <jurgis AT medelkom DOT com> |
| To: | <cygwin AT sourceware DOT cygnus DOT com> |
| References: | <001701bea6dc$7aa06320$322bb0c2 AT omnitel DOT net> |
| Subject: | Does anyone know how to get C module's listing file? |
| Date: | Thu, 27 May 1999 11:38:28 +0200 |
| Organization: | Firma MEDELKOM |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 5.00.2014.211 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2014.211 |
Hello,
I like to get complete listing file from my compilation
process. I mind both SOURCE and ASM statements.
In some difficult cases it is very useful.
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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |