Re: gcc: generated assembly code with C source

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

 



SIRUGUET Benoit <benoit.siruguet@xxxxxxxxxxxxxxxxxx> writes:

> Hello Folks,
>
> My question is: How to output the source as comment in the generated
> assembly language code ?
>
> Pretty much like the DiabData compiler, which has the option
> -Xpass-source to do that: $ dcc -S -Xpass-source hello.c

Try

gcc -Wa,-adlh -g -c hello.c

-- Sergei.


[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