diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-08 05:10:50 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-08 05:10:50 +0000 |
commit | 43100b143ab67761f2967bc2a1828a3bc302850f (patch) | |
tree | ea223b35a259122ea20489e2b082f925857d7878 | |
parent | 2758481d8b5b40210ad9be0ba82664f3f6c6e17f (diff) | |
download | gcc-43100b143ab67761f2967bc2a1828a3bc302850f.zip gcc-43100b143ab67761f2967bc2a1828a3bc302850f.tar.gz gcc-43100b143ab67761f2967bc2a1828a3bc302850f.tar.bz2 |
*** empty log message ***
From-SVN: r419
-rw-r--r-- | gcc/config/m68k/t-next | 2 | ||||
-rw-r--r-- | gcc/tree.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/m68k/t-next b/gcc/config/m68k/t-next index ed6a715..b9d6a26 100644 --- a/gcc/config/m68k/t-next +++ b/gcc/config/m68k/t-next @@ -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. */ |