aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-08 05:10:50 +0000
committerRichard Stallman <rms@gnu.org>1992-03-08 05:10:50 +0000
commit43100b143ab67761f2967bc2a1828a3bc302850f (patch)
treeea223b35a259122ea20489e2b082f925857d7878 /gcc
parent2758481d8b5b40210ad9be0ba82664f3f6c6e17f (diff)
downloadgcc-43100b143ab67761f2967bc2a1828a3bc302850f.zip
gcc-43100b143ab67761f2967bc2a1828a3bc302850f.tar.gz
gcc-43100b143ab67761f2967bc2a1828a3bc302850f.tar.bz2
*** empty log message ***
From-SVN: r419
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/t-next2
-rw-r--r--gcc/tree.h4
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=
diff --git a/gcc/tree.h b/gcc/tree.h
index 909a7b3..e9fbe2d 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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. */