diff options
author | Ian Lance Taylor <iant@google.com> | 2008-03-16 23:51:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-03-16 23:51:19 +0000 |
commit | d1f003c610e39314803fa3fd4f311230729d3616 (patch) | |
tree | 221e357d029f9eb1bbd14c02ffbdf37cf5d2d8e0 /gold/testsuite/two_file_test.h | |
parent | da6b876ee6e7599e1fd07514b77f1c4a6ae7dca6 (diff) | |
download | fsf-binutils-gdb-d1f003c610e39314803fa3fd4f311230729d3616.zip fsf-binutils-gdb-d1f003c610e39314803fa3fd4f311230729d3616.tar.gz fsf-binutils-gdb-d1f003c610e39314803fa3fd4f311230729d3616.tar.bz2 |
Fix handling of RELA relative relocs against local symbols in merge
sections.
Diffstat (limited to 'gold/testsuite/two_file_test.h')
-rw-r--r-- | gold/testsuite/two_file_test.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |