This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mapping C code to generated asm code
- From: Andi Kleen <ak at suse dot de>
- To: Ron McCall <ronald dot mccall at snet dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: 12 Jan 2006 01:34:31 +0100
- Subject: Re: Mapping C code to generated asm code
- References: <3B762F9F-0F33-4DF0-8CBD-7254763FC642@easesoftware.net.suse.lists.egcs> <20060111232638.GA375@Power-Mac-G5.local.suse.lists.egcs>
Ron McCall <ronald.mccall@snet.net> writes:
> On Wed, Jan 11, 2006 at 12:03:42PM -0600, Perry Smith wrote:
> > Is there a way to get some type of debugging output that tells me
> > what line of C code produced what lines of asm code?
>
> How about $TARGET-objdump --disassemble --source?
That's totally useless since -funit-at-a-time
-Andi