Commit 43100b14 by Richard Stallman

*** empty log message ***

From-SVN: r419
parent 2758481d
# libgcc1.c is not needed, since the standard library has these functions. # libgcc1.c is not needed, since the standard library has these functions.
LIBGCC= LIBGCC1=
...@@ -911,6 +911,10 @@ extern tree build_unary_op (); ...@@ -911,6 +911,10 @@ extern tree build_unary_op ();
extern tree build_type_variant (); 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. /* 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. 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. */ The value is BLKmode if no other mode is found. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment