diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ee43b925e6..a8478f92f0c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2012-05-16 Hans-Peter Nilsson + + * doc/tm.texi.in (Type Layout) : Update reference to + source-code. + * doc/tm.texi: Regenerate. + 2012-05-15 Paolo Carlini * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index e3245d0f993..f7b2838efd8 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1634,9 +1634,9 @@ The string can contain more than one keyword. If so, separate them with spaces, and write first any length keyword, then @code{unsigned} if appropriate, and finally @code{int}. The string must exactly match one of the data type names defined in the function -@code{init_decl_processing} in the file @file{c-decl.c}. You may not -omit @code{int} or change the order---that would cause the compiler to -crash on startup. +@code{c_common_nodes_and_builtins} in the file @file{c-family/c-common.c}. +You may not omit @code{int} or change the order---that would cause the +compiler to crash on startup. If you don't define this macro, the default is @code{"long unsigned int"}. diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 51687ce8546..a54b2298f4b 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -1622,9 +1622,9 @@ The string can contain more than one keyword. If so, separate them with spaces, and write first any length keyword, then @code{unsigned} if appropriate, and finally @code{int}. The string must exactly match one of the data type names defined in the function -@code{init_decl_processing} in the file @file{c-decl.c}. You may not -omit @code{int} or change the order---that would cause the compiler to -crash on startup. +@code{c_common_nodes_and_builtins} in the file @file{c-family/c-common.c}. +You may not omit @code{int} or change the order---that would cause the +compiler to crash on startup. If you don't define this macro, the default is @code{"long unsigned int"}.