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
This commit is contained in:
parent
df4ddb118a
commit
176a96de46
3 changed files with 12 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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"}.
|
||||
|
|
|
@ -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"}.
|
||||
|
|
Loading…
Add table
Reference in a new issue