aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2012-05-15 23:43:51 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2012-05-15 23:43:51 +0000
commit176a96de468dc1be494324b69e38ef950c54e0d0 (patch)
tree0989e86a9aa850409cfdfe08bdf1ba716aed2207
parentdf4ddb118ad80db541a25d90b6a025fa003c0104 (diff)
downloadgcc-176a96de468dc1be494324b69e38ef950c54e0d0.zip
gcc-176a96de468dc1be494324b69e38ef950c54e0d0.tar.gz
gcc-176a96de468dc1be494324b69e38ef950c54e0d0.tar.bz2
tm.texi.in (Type Layout): Update reference to source-code.
* doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to source-code. * doc/tm.texi: Regenerate. From-SVN: r187568
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/tm.texi6
-rw-r--r--gcc/doc/tm.texi.in6
3 files changed, 12 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1ee43b9..a8478f9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index e3245d0..f7b2838 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 51687ce..a54b229 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"}.