This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: [Fwd: Search for the gcc-internals manual for gcc3.4.3]
- From: Ian Lance Taylor <ian at airs dot com>
- To: alsor zhou <zhouwei at embedded dot iscas dot ac dot cn>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 22 Sep 2005 01:24:09 -0700
- Subject: Re: [Fwd: Search for the gcc-internals manual for gcc3.4.3]
- References: <4332652B.6020006@embedded.iscas.ac.cn>
alsor zhou <zhouwei@embedded.iscas.ac.cn> writes:
> I'm learning the gcc3.4.3. After having a glance among the source
> codes, I found some puzzle and wanna see the corresponding internal
> specification documents . I guess the gcc internal manual for 3.4.3
> would be the best place. But the manual in
> http://gcc.gnu.org/onlinedocs/ is the for the latest GCC. So I want to
> inquire someone if he/she can delivery the archive or show me the
> corresponding links.
The documentation is included in the gcc source code.
After you run configure, you can run "make html" to generate the HTML
version of it. Look for gccint/index.html.
Ian