Re: inline assembly functions - generated code

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

 



[ Charset ISO-8859-1 unsupported, converting... ]
> 
> Hi,
> 
> I am looking for compiler option that would allow me to see the start/end of an inlined assembly function in the generated *.s (assembler source file) where this functions is called.

The __asm__ (or asm) attribute, as in 

extern int myfunc () __asm__ ("myfunc");

defines the name of the assembly code label.

-- 
Ctalk Home Page: http://www.ctalklang.org/


[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