polina <[EMAIL PROTECTED]> writes: > I would like to use the asm feature of the gcc compiler. I am not sure what > backends the asm supports. Would it support any backend for which it was > compiled? The reason I asked is because I cross-compiled gcc for the PISA > architecture and I haven't been able to find any information on using asm to > do inline PISA assembly. I would appreciate any information. Thank you.
This question is not appropriate for the gcc@gcc.gnu.org mailing list. Please send any followups to [EMAIL PROTECTED] Thanks. The inline asm feature is supported by every backend. I don't know what PISA is--it sounds like you are using a port of gcc, not a standard FSF release. There is nothing wrong with that, but it does mean that we can't give you any information on how to use it. Ian