aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-12-22 00:50:43 +0000
committerIan Lance Taylor <iant@google.com>2007-12-22 00:50:43 +0000
commit06a9731e8a3fa1bfd5f79be0f3c624046b75cc75 (patch)
treeb4f7eb8c54205ba1b9022767b9207a057c3c1e81 /gold
parente1d88ee402177457cb458eea4fb07561fad67065 (diff)
downloadgdb-06a9731e8a3fa1bfd5f79be0f3c624046b75cc75.zip
gdb-06a9731e8a3fa1bfd5f79be0f3c624046b75cc75.tar.gz
gdb-06a9731e8a3fa1bfd5f79be0f3c624046b75cc75.tar.bz2
Correct contributor name on new tests, remove #if 0 code.
Diffstat (limited to 'gold')
-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.