From b1df6376dc54486b3edd234c883e279623fdf89f Mon Sep 17 00:00:00 2001
From: Andrew Haley <aph@redhat.com>
Date: Thu, 25 Nov 2004 11:44:46 +0000
Subject: [PATCH] gcc.c (process_command): Don't supply -v to linker.

2004-11-25  Andrew Haley  <aph@redhat.com>

        * gcc.c (process_command): Don't supply -v to linker.

From-SVN: r91283
---
 gcc/ChangeLog | 4 ++++
 gcc/gcc.c     | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d62972baa608..a97101060e86 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 6897bf9a336c..eda9e5ecb26a 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':
-- 
GitLab