diff options
author | Ian Lance Taylor <iant@google.com> | 2007-12-22 00:50:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-12-22 00:50:43 +0000 |
commit | 06a9731e8a3fa1bfd5f79be0f3c624046b75cc75 (patch) | |
tree | b4f7eb8c54205ba1b9022767b9207a057c3c1e81 /gold | |
parent | e1d88ee402177457cb458eea4fb07561fad67065 (diff) | |
download | binutils-gdb-06a9731e8a3fa1bfd5f79be0f3c624046b75cc75.tar.gz |
Correct contributor name on new tests, remove #if 0 code.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/testsuite/ver_test.h | 2 | ||||
-rw-r--r-- | gold/testsuite/ver_test_1.cc | 2 | ||||
-rw-r--r-- | gold/testsuite/ver_test_2.cc | 12 | ||||
-rw-r--r-- | gold/testsuite/ver_test_2.script | 2 | ||||
-rw-r--r-- | gold/testsuite/ver_test_3.cc | 2 | ||||
-rw-r--r-- | gold/testsuite/ver_test_4.cc | 2 | ||||
-rw-r--r-- | gold/testsuite/ver_test_4.script | 2 | ||||
-rw-r--r-- | gold/testsuite/ver_test_main.cc | 2 |
8 files changed, 8 insertions, 18 deletions
diff --git a/gold/testsuite/ver_test.h b/gold/testsuite/ver_test.h index a75731eb241..66d6e7ae25c 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 23421c434fa..7e75e1c71de 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 39fa04ed588..1f09197014c 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 3756d6d0c34..fc52b284dba 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 ad1d5588bab..e7e30024bdd 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 372b91f58c1..4b7e2c75324 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 97cf72fbc0e..55c7acc8f94 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 9eb6ccdc9d6..c572a19dc4d 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. |