This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0-pre vs 3.0 on Haney speed
- To: Andi Kleen <ak at suse dot de>, gcc at gcc dot gnu dot org
- Subject: Re: 3.0-pre vs 3.0 on Haney speed
- From: Paolo Carlini <pcarlini at unitus dot it>
- Date: Sun, 24 Jun 2001 18:05:48 +0200
- Organization: Universita' della Tuscia
- References: <200106232232.PAA29219@racerx.synopsys.com.suse.lists.egcs> <3B352498.50616F37@unitus.it.suse.lists.egcs> <oupk8223ryz.fsf@pigdrop.muc.suse.de>
- Reply-To: pcarlini at unitus dot it
Hi,
Andi Kleen wrote:
> Assuming you're using GNU binutils.
Indeed.
> gcc -g -Wa,-a=listing ...
>
> will give you a listing with mixed source/assembly in "listing"
> Another way is to run objdump -S on the object file or resulting
> executable. Also requires -g.
Thanks!
P.