Re: Enable --build-id for moxie-elf-ld
[deliverable/binutils-gdb.git] / gold / testsuite / ver_test.h
index a75731eb241097682d7e14eaa7ea5184642b16c9..ab17e8ddcb1de052286af9a78e0eefc92cce1306 100644 (file)
@@ -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 <iant@google.com>.
+// Copyright (C) 2007-2019 Free Software Foundation, Inc.
+// Written by Cary Coutant <ccoutant@google.com>.
 
 // This file is part of gold.
 
 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();
 
 }
This page took 0.03456 seconds and 4 git commands to generate.