aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gold/testsuite/ver_test.h2
-rw-r--r--gold/testsuite/ver_test_1.cc2
-rw-r--r--gold/testsuite/ver_test_2.cc12
-rw-r--r--gold/testsuite/ver_test_2.script2
-rw-r--r--gold/testsuite/ver_test_3.cc2
-rw-r--r--gold/testsuite/ver_test_4.cc2
-rw-r--r--gold/testsuite/ver_test_4.script2
-rw-r--r--gold/testsuite/ver_test_main.cc2
8 files changed, 8 insertions, 18 deletions
diff --git a/gold/testsuite/ver_test.h b/gold/testsuite/ver_test.h
index a75731e..66d6e7a 100644
--- a/gold/testsuite/ver_test.h
+++ b/gold/testsuite/ver_test.h
@@ -1,7 +1,7 @@
// basic_test.cc -- a test case for gold
// Copyright 2007 Free Software Foundation, Inc.
-// Written by Ian Lance Taylor <iant@google.com>.
+// Written by Cary Coutant <ccoutant@google.com>.
// This file is part of gold.
diff --git a/gold/testsuite/ver_test_1.cc b/gold/testsuite/ver_test_1.cc
index 23421c4..7e75e1c 100644
--- a/gold/testsuite/ver_test_1.cc
+++ b/gold/testsuite/ver_test_1.cc
@@ -1,7 +1,7 @@
// basic_test.cc -- a test case for gold
// Copyright 2007 Free Software Foundation, Inc.
-// Written by Ian Lance Taylor <iant@google.com>.
+// Written by Cary Coutant <ccoutant@google.com>.
// This file is part of gold.
diff --git a/gold/testsuite/ver_test_2.cc b/gold/testsuite/ver_test_2.cc
index 39fa04e..1f09197 100644
--- a/gold/testsuite/ver_test_2.cc
+++ b/gold/testsuite/ver_test_2.cc
@@ -1,7 +1,7 @@
// basic_test.cc -- a test case for gold
// Copyright 2007 Free Software Foundation, Inc.
-// Written by Ian Lance Taylor <iant@google.com>.
+// Written by Cary Coutant <ccoutant@google.com>.
// This file is part of gold.
@@ -22,16 +22,6 @@
#include "ver_test.h"
-#if 0
-__asm__(".symver t1_2_a,t1_2@VER2");
-
-extern "C"
-int
-t1_2_a();
-
-#define t1_2 t1_2_a
-#endif
-
int
t3_2()
{
diff --git a/gold/testsuite/ver_test_2.script b/gold/testsuite/ver_test_2.script
index 3756d6d..fc52b28 100644
--- a/gold/testsuite/ver_test_2.script
+++ b/gold/testsuite/ver_test_2.script
@@ -1,7 +1,7 @@
## basic_test.cc -- a test case for gold
## Copyright 2007 Free Software Foundation, Inc.
-## Written by Ian Lance Taylor <iant@google.com>.
+## Written by Cary Coutant <ccoutant@google.com>.
## This file is part of gold.
diff --git a/gold/testsuite/ver_test_3.cc b/gold/testsuite/ver_test_3.cc
index ad1d558..e7e3002 100644
--- a/gold/testsuite/ver_test_3.cc
+++ b/gold/testsuite/ver_test_3.cc
@@ -1,7 +1,7 @@
// basic_test.cc -- a test case for gold
// Copyright 2007 Free Software Foundation, Inc.
-// Written by Ian Lance Taylor <iant@google.com>.
+// Written by Cary Coutant <ccoutant@google.com>.
// This file is part of gold.
diff --git a/gold/testsuite/ver_test_4.cc b/gold/testsuite/ver_test_4.cc
index 372b91f..4b7e2c7 100644
--- a/gold/testsuite/ver_test_4.cc
+++ b/gold/testsuite/ver_test_4.cc
@@ -1,7 +1,7 @@
// basic_test.cc -- a test case for gold
// Copyright 2007 Free Software Foundation, Inc.
-// Written by Ian Lance Taylor <iant@google.com>.
+// Written by Cary Coutant <ccoutant@google.com>.
// This file is part of gold.
diff --git a/gold/testsuite/ver_test_4.script b/gold/testsuite/ver_test_4.script
index 97cf72f..55c7acc 100644
--- a/gold/testsuite/ver_test_4.script
+++ b/gold/testsuite/ver_test_4.script
@@ -1,7 +1,7 @@
## basic_test.cc -- a test case for gold
## Copyright 2007 Free Software Foundation, Inc.
-## Written by Ian Lance Taylor <iant@google.com>.
+## Written by Cary Coutant <ccoutant@google.com>.
## This file is part of gold.
diff --git a/gold/testsuite/ver_test_main.cc b/gold/testsuite/ver_test_main.cc
index 9eb6ccd..c572a19 100644
--- a/gold/testsuite/ver_test_main.cc
+++ b/gold/testsuite/ver_test_main.cc
@@ -1,7 +1,7 @@
// basic_test.cc -- a test case for gold
// Copyright 2007 Free Software Foundation, Inc.
-// Written by Ian Lance Taylor <iant@google.com>.
+// Written by Cary Coutant <ccoutant@google.com>.
// This file is part of gold.