diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2008-05-16 09:40:25 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2008-05-16 09:40:25 -0400 |
commit | 105f48aedd4222f499b663535684adddb5f2fcd8 (patch) | |
tree | 8fac1f9488dcceb28b676be8224e36a21cc6e264 /gcc/doc | |
parent | 908ff6a3eba98c61f299483ba60011f7bec26e34 (diff) | |
download | gcc-105f48aedd4222f499b663535684adddb5f2fcd8.zip gcc-105f48aedd4222f499b663535684adddb5f2fcd8.tar.gz gcc-105f48aedd4222f499b663535684adddb5f2fcd8.tar.bz2 |
[multiple changes]
2008-05-16 Nathan Froyd <froydnj@codesourcery.com>
* doc/gty.texi (Source Files Containing Type Information): Note
that headers should appear first in the gtfiles list.
2008-05-16 Kenneth Zadeck <zadeck@naturalbridge.com>
* tree.def (COND_EXEC): Properly documented this code.
2008-05-16 Diego Novillo <dnovillo@google.com>
* dwarf2asm.c (dw2_assemble_integer): Clarify comment.
* tree-nested.c (get_trampoline_type): Set DECL_CONTEXT for
the new field.
From-SVN: r135420
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/gty.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index c063d01..624408f 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -416,6 +416,7 @@ For files shared by all front ends, add the filename to the For files that are part of one front end, add the filename to the @code{gtfiles} variable defined in the appropriate @file{config-lang.in}. For C, the file is @file{c-config-lang.in}. +Headers should appear before non-headers in this list. @item For files that are part of some but not all front ends, add the |