aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/two_file_test.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-01-23 07:15:59 +0000
committerIan Lance Taylor <iant@google.com>2008-01-23 07:15:59 +0000
commit0700cf329e7579515fb775fa0ccb8b4f623e7ea9 (patch)
treee85a5c586a303a545d637ba42592aec531d02dc8 /gold/testsuite/two_file_test.h
parent7bf81d63025ff1b953e40c7610889ae3680af0a0 (diff)
downloadfsf-binutils-gdb-0700cf329e7579515fb775fa0ccb8b4f623e7ea9.zip
fsf-binutils-gdb-0700cf329e7579515fb775fa0ccb8b4f623e7ea9.tar.gz
fsf-binutils-gdb-0700cf329e7579515fb775fa0ccb8b4f623e7ea9.tar.bz2
From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same
shared library.
Diffstat (limited to 'gold/testsuite/two_file_test.h')
-rw-r--r--gold/testsuite/two_file_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/testsuite/two_file_test.h b/gold/testsuite/two_file_test.h
index 63c529e..05e5cbe 100644
--- a/gold/testsuite/two_file_test.h
+++ b/gold/testsuite/two_file_test.h
@@ -24,6 +24,7 @@
// file. See two_file_test_1.cc for details.
extern bool t1();
+extern bool t1a();
extern int t1_2();
extern bool t2();