aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/ver_test_2.cc
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/testsuite/ver_test_2.cc
parente1d88ee402177457cb458eea4fb07561fad67065 (diff)
downloadfsf-binutils-gdb-06a9731e8a3fa1bfd5f79be0f3c624046b75cc75.zip
fsf-binutils-gdb-06a9731e8a3fa1bfd5f79be0f3c624046b75cc75.tar.gz
fsf-binutils-gdb-06a9731e8a3fa1bfd5f79be0f3c624046b75cc75.tar.bz2
Correct contributor name on new tests, remove #if 0 code.
Diffstat (limited to 'gold/testsuite/ver_test_2.cc')
-rw-r--r--gold/testsuite/ver_test_2.cc12
1 files changed, 1 insertions, 11 deletions
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()
{