ChangeLog rotatation and copyright year update
[external/binutils.git] / gold / testsuite / two_file_test_2_v1.cc
index b97a677..c546792 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test_2_v1.cc -- a two file test case for gold, file 2 of 2
 
-// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -46,7 +46,7 @@ t1a()
 
 // 2  Code in file 1 refers to global data in file 2.
 
-int v2 = 0;
+int v2 = 1;
 
 // 3 Code in file 1 referes to common symbol in file 2.  This is
 // initialized at runtime to 789.