From 76ee6ef25ed246ce903c8a9bd5448d73992a103f Mon Sep 17 00:00:00 2001 From: dnovillo Date: Fri, 16 May 2008 13:40:25 +0000 Subject: 2008-05-16 Nathan Froyd * doc/gty.texi (Source Files Containing Type Information): Note that headers should appear first in the gtfiles list. 2008-05-16 Kenneth Zadeck * tree.def (COND_EXEC): Properly documented this code. 2008-05-16 Diego Novillo * 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 --- gcc/doc/gty.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/doc/gty.texi') 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 -- cgit v1.2.1