summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-20 00:12:07 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-20 00:12:07 +0000
commitdf18b75a34505110b3a6282e644f2e73372354fa (patch)
treef03cce11e38b8024a712e2d766aaa5bd90827572
parent7e64c604d9883ed5796fcb7b8ae52cf66ca43d45 (diff)
downloadppe42-gcc-df18b75a34505110b3a6282e644f2e73372354fa.tar.gz
ppe42-gcc-df18b75a34505110b3a6282e644f2e73372354fa.zip
* gcc.c (init_gcc_specs): Fix comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40645 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 20504499974..29edf0c5dfc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-19 Tom Tromey <tromey@redhat.com>
+
+ * gcc.c (init_gcc_specs): Fix comment.
+
2001-03-19 Mark Mitchell <mark@codesourcery.com>
Compute DECL_ASSEMBLER_NAME lazily.
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 967bbba1e7a..a232554db82 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1317,7 +1317,7 @@ init_gcc_specs (obstack, shared_name, static_name)
/* If we see -shared-libgcc, then use the shared version. */
sprintf (buffer, "%%{shared-libgcc:%s}", shared_name);
obstack_grow (obstack, buffer, strlen (buffer));
- /* If we see -static-libgcc, then use the shared version. */
+ /* If we see -static-libgcc, then use the static version. */
sprintf (buffer, "%%{static-libgcc:%s}", static_name);
obstack_grow (obstack, buffer, strlen (buffer));
/* Otherwise, if we see -shared, then use the shared version. */
OpenPOWER on IntegriCloud