This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Development Docs
- To: conversy at lri dot fr (Stephane Conversy)
- Subject: Re: Development Docs
- From: Andi Kleen <ak at muc dot de>
- Date: 14 Jan 1999 18:38:23 +0100
- cc: egcs at cygnus dot com
- References: <369E0F37.E5D7A1F8@lri.fr>
In article <369E0F37.E5D7A1F8@lri.fr>,
conversy@lri.fr (Stephane Conversy) writes:
> I seeked into egcs' site for doc on the internals of egcs, in order to
> see how to
> write a back-end, but I could not find something relevant...
> Where could I have access to these docs, if they exist ?
The GCC manual as included with the standard egcs distribution has some
documentation on how to write a backend. It is included in texinfo format,
and can be formatted with TeX or read using the info reader. If you compile
egcs source and install it the manual should be installed in $PREFIX/info
-Andi