From 7bf1f8020f64a69dc0d93a166c96547655c7eeb2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 6 Dec 2007 05:55:50 +0000 Subject: From Cary Coutant: More support for generating shared libraries. --- gold/reloc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/reloc.cc') diff --git a/gold/reloc.cc b/gold/reloc.cc index 2763be5..e34cd04 100644 --- a/gold/reloc.cc +++ b/gold/reloc.cc @@ -390,7 +390,7 @@ Sized_relobj::do_relocate(const General_options& options, } // Write out the local symbols. - this->write_local_symbols(of, layout->sympool()); + this->write_local_symbols(of, layout->sympool(), layout->dynpool()); } // Write section data to the output file. PSHDRS points to the -- cgit v1.1