aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcc.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d62972b..a971010 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-25 Andrew Haley <aph@redhat.com>
+
+ * gcc.c (process_command): Don't supply -v to linker.
+
2004-11-25 Joseph S. Myers <joseph@codesourcery.com>
* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 6897bf9..eda9e5e 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3676,8 +3676,6 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
if (p[1] != 0)
break;
verbose_flag++;
- if (strcmp (linker_name_spec, "collect2") == 0)
- add_linker_option ("-v", 2);
break;
case 'S':