version statement problem in gdc

Jacob Carlborg doob at me.com
Tue Apr 9 02:35:30 PDT 2013


On 2013-04-09 09:39, Johannes Pfau wrote:

> GCC compilers always generate target-specific asm first, then the
> target specific assembler (as) is called to assemble that to an object
> file. The difference is that gcc inline asm is identical to the native
> assembly so it's just passed through to the assembler.

Aha, I see.

-- 
/Jacob Carlborg


More information about the D.gnu mailing list