From d1f003c610e39314803fa3fd4f311230729d3616 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 16 Mar 2008 23:51:19 +0000 Subject: Fix handling of RELA relative relocs against local symbols in merge sections. --- gold/testsuite/two_file_test.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gold/testsuite/two_file_test.h') diff --git a/gold/testsuite/two_file_test.h b/gold/testsuite/two_file_test.h index 88aa234..32a247f 100644 --- a/gold/testsuite/two_file_test.h +++ b/gold/testsuite/two_file_test.h @@ -69,3 +69,7 @@ extern const wchar_t* f15(); extern bool t16(); extern bool t16a(); + +extern bool t17(); +extern const char* t17data[]; +#define T17_COUNT 5 -- cgit v1.1