Add PR reference to ChangeLog entry.
[deliverable/binutils-gdb.git] / gold / dynobj.cc
index 2a1b9a3cd4cf5197f0cd9f3560dba5f233405ea4..baf8489452c13f80b8367680e3f986f1121db307 100644 (file)
@@ -335,6 +335,17 @@ Sized_dynobj<size, big_endian>::read_dynamic(const unsigned char* pshdrs,
 template<int size, bool big_endian>
 void
 Sized_dynobj<size, big_endian>::do_read_symbols(Read_symbols_data* sd)
+{
+  this->base_read_symbols(sd);
+}
+
+// Read the symbols and sections from a dynamic object.  We read the
+// dynamic symbols, not the normal symbols.  This is common code for
+// all target-specific overrides of do_read_symbols().
+
+template<int size, bool big_endian>
+void
+Sized_dynobj<size, big_endian>::base_read_symbols(Read_symbols_data* sd)
 {
   this->read_section_data(&this->elf_file_, sd);
 
This page took 0.024523 seconds and 4 git commands to generate.