diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-16 13:40:25 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-16 13:40:25 +0000 |
commit | 76ee6ef25ed246ce903c8a9bd5448d73992a103f (patch) | |
tree | 8fac1f9488dcceb28b676be8224e36a21cc6e264 /gcc/doc/gty.texi | |
parent | ec415c454f37dbd00b9c58c00bc8a2f47ea44c99 (diff) | |
download | gcc-76ee6ef25ed246ce903c8a9bd5448d73992a103f.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135420 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gty.texi')
-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 c063d0184e3..624408fc556 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 |