comparison gcc/doc/gccint.texi @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents 58ad6c70ea60
children b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
120 * Host Config:: Writing the @file{xm-@var{machine}.h} file. 120 * Host Config:: Writing the @file{xm-@var{machine}.h} file.
121 * Fragments:: Writing the @file{t-@var{target}} and @file{x-@var{host}} files. 121 * Fragments:: Writing the @file{t-@var{target}} and @file{x-@var{host}} files.
122 * Collect2:: How @code{collect2} works; how it finds @code{ld}. 122 * Collect2:: How @code{collect2} works; how it finds @code{ld}.
123 * Header Dirs:: Understanding the standard header file directories. 123 * Header Dirs:: Understanding the standard header file directories.
124 * Type Information:: GCC's memory management; generating type information. 124 * Type Information:: GCC's memory management; generating type information.
125 * Plugins:: Extending the compiler with plugins.
125 126
126 * Funding:: How to help assure funding for free software. 127 * Funding:: How to help assure funding for free software.
127 * GNU Project:: The GNU Project and GNU/Linux. 128 * GNU Project:: The GNU Project and GNU/Linux.
128 129
129 * Copying:: GNU General Public License says 130 * Copying:: GNU General Public License says
155 @include hostconfig.texi 156 @include hostconfig.texi
156 @include fragments.texi 157 @include fragments.texi
157 @include collect2.texi 158 @include collect2.texi
158 @include headerdirs.texi 159 @include headerdirs.texi
159 @include gty.texi 160 @include gty.texi
161 @include plugins.texi
160 162
161 @include funding.texi 163 @include funding.texi
162 @include gnu.texi 164 @include gnu.texi
163 @include gpl_v3.texi 165 @include gpl_v3.texi
164 166