This is the mail archive of the gcc@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: gcc inline assembly


polina <pdudnik@gmail.com> 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 gcc-help@gcc.gnu.org.  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


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