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]

Re: questions on writing a back-end' to gcc


> However, I don't want to force users to download or build a special
> version of gcc. Are there any hooks I can use, so that I don't have to
> create a patch?

GCC does not have any kind of plug-in interface.  The FSF has objections
to certain possible plug-in interfaces, despite the technical merits.

So, I think that you will have to distribute a modified version of GCC,
or somehow scan the output of GCC.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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