]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/two_file_test_2.cc
Fix handling of RELA relative relocs against local symbols in merge
[thirdparty/binutils-gdb.git] / gold / testsuite / two_file_test_2.cc
index b92285633a38be329548ca6935df8b5fc34c8c97..3888befb732cdb1754f898c53eb488038ffdf6a1 100644 (file)
@@ -114,3 +114,10 @@ f15()
 {
   return TEST_WIDE_STRING_CONSTANT;
 }
+
+// 17 File 1 checks array of string constants defined in file 2.
+
+const char* t17data[T17_COUNT] =
+{
+  "a", "b", "c", "d", "e"
+};