Mixed-mode assembler
Nick Gianakas
gianakas@optonline.net
Tue Sep 21 16:09:00 GMT 2004
Perfect; thank you.
Any way to control the ASM format (AT&T vs Intel) like w/ GDB?
Regards,
Nick G.
On Tue, 2004-09-21 at 11:13, Nathan Sidwell wrote:
> Nick Gianakas wrote:
> > Does GCC have an option to generate mixed-mode assembler output, similar
> > to to GDB's mixed-mode output? I see the -S option stops before the
> > assembler stage. Is there another option for GCC to generate this file
> > w/ the source line above the asm code (commented out, of course)?
>
> No, but compiling to .o with -g and use objdump -dS should do the trick.
>
> nathan
>
More information about the Gcc
mailing list