diff options
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 7103572..c58e42b 100644 --- a/gold/reloc.cc +++ b/gold/reloc.cc @@ -691,7 +691,7 @@ Sized_relobj<size, big_endian>::do_relocate(const Symbol_table* symtab, // Write out the local symbols. this->write_local_symbols(of, layout->sympool(), layout->dynpool(), layout->symtab_xindex(), layout->dynsym_xindex(), - layout->symtab_section()->offset()); + layout->symtab_section_offset()); } // Sort a Read_multiple vector by file offset. |