Fix incremental linking failure with GCC 7+.
[deliverable/binutils-gdb.git] / gold / testsuite / two_file_test_1.cc
index 8b4c8ad4aaf525735c5c4f3517da142983137f35..8c26c6344e102929bf7da268d672b78cb3f0aa18 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test_1.cc -- a two file test case for gold, file 1 of 2
 
-// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -20,6 +20,9 @@
 // Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
 // MA 02110-1301, USA.
 
+// For incremental linking tests, this file needs to be compiled with
+// -fno-exceptions -fno-asynchronous-unwind-tables.
+
 // This tests references between files.  This is file 1, and
 // two_file_test_2.cc is file 2.  We test in several different ways:
 
This page took 0.03059 seconds and 4 git commands to generate.