tm.texi.in (Type Layout): Update reference to source-code.
authorHans-Peter Nilsson <hp@axis.com>
Tue, 15 May 2012 23:43:51 +0000 (23:43 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 15 May 2012 23:43:51 +0000 (23:43 +0000)
* doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
source-code.
* doc/tm.texi: Regenerate.

From-SVN: r187568

gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in

index 1ee43b9..a8478f9 100644 (file)
@@ -1,3 +1,9 @@
+2012-05-16  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
+       source-code.
+       * doc/tm.texi: Regenerate.
+
 2012-05-15  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
index e3245d0..f7b2838 100644 (file)
@@ -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"}.
index 51687ce..a54b229 100644 (file)
@@ -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"}.