*** empty log message ***
From-SVN: r419
This commit is contained in:
parent
2758481d8b
commit
43100b143a
@ -1,2 +1,2 @@
|
||||
# libgcc1.c is not needed, since the standard library has these functions.
|
||||
LIBGCC=
|
||||
LIBGCC1=
|
||||
|
@ -911,6 +911,10 @@ extern tree build_unary_op ();
|
||||
|
||||
extern tree build_type_variant ();
|
||||
|
||||
/* Make a copy of a type node. */
|
||||
|
||||
extern tree build_type_copy ();
|
||||
|
||||
/* Return the mode for data of a given size SIZE and mode class CLASS.
|
||||
If LIMIT is nonzero, then don't use modes bigger than MAX_FIXED_MODE_SIZE.
|
||||
The value is BLKmode if no other mode is found. */
|
||||
|
Loading…
Reference in New Issue
Block a user