X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Ftestsuite%2Fver_test.h;h=0b1aea8d7305baf8c58ccd559e037a22048879e2;hb=d1238d12e32efcc655008c02923373bf1332bfcf;hp=a75731eb241097682d7e14eaa7ea5184642b16c9;hpb=99f8facac923848a9496cc34235b608e05a7f160;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/testsuite/ver_test.h b/gold/testsuite/ver_test.h index a75731eb24..0b1aea8d73 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 +// ver_test.h -- a test case for gold -// Copyright 2007 Free Software Foundation, Inc. -// Written by Ian Lance Taylor . +// Copyright 2007, 2008 Free Software Foundation, Inc. +// Written by Cary Coutant . // This file is part of gold. @@ -30,11 +30,14 @@ extern bool t1(); extern bool t2(); extern bool t3(); +extern bool t4(); extern "C" { extern int t1_2(); extern int t2_2(); extern int t3_2(); +extern int t4_2(); +extern int t4_2a(); }