+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.
/* 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. */