diff options
author | Ian Lance Taylor <iant@google.com> | 2007-12-06 05:55:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-12-06 05:55:50 +0000 |
commit | 7bf1f8020f64a69dc0d93a166c96547655c7eeb2 (patch) | |
tree | d430fb9f7ae36dcc1e86b6d71fea9936f0bc443e /gold/reloc.cc | |
parent | fd6940ea27f3c684c695d9de375e1df8eb589ba6 (diff) | |
download | binutils-7bf1f8020f64a69dc0d93a166c96547655c7eeb2.zip binutils-7bf1f8020f64a69dc0d93a166c96547655c7eeb2.tar.gz binutils-7bf1f8020f64a69dc0d93a166c96547655c7eeb2.tar.bz2 |
From Cary Coutant: More support for generating shared libraries.
Diffstat (limited to 'gold/reloc.cc')
-rw-r--r-- | gold/reloc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<size, big_endian>::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 |