From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same

shared library.
This commit is contained in:
Ian Lance Taylor
2008-01-23 07:15:59 +00:00
parent 7bf81d6302
commit 0700cf329e
8 changed files with 105 additions and 32 deletions

View File

@@ -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();