This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -fasm=intel not always suppported


> 
> On Nov 15, 2005, at 11:33 AM, Andrew Pinski wrote:
> > Can you make sure that there is a radar for adding support to
> > Darwin's as about this since this is a very important feature for
> > some developers.
> 
> ?  In Xcode 2.2 one can have whole files in Microsoft style (man  
> nasm), as well as inline assembly:
> 
>     void foo() { asm { mov eax, 1 } }
> 
> This covers almost everything people want.  I'll be contributing the  
> inline assembly support at some point, hopefully soon.
> 
> Anything else you think people need?

Yes support of intel style asm in GCC based inline-asm.  Which is the
correct way of implementing this whole mess.


Note I think MS style asm should not be submitted, it has be rejected
at least twice now and I doubt it will ever should be accepted as it
does not get anything correct when it comes to corner cases which get
easier to find.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]