From c06b7b0ba3f6aaa4a3f9586689ef8bfdbd17454e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 16 Nov 2006 00:38:25 +0000 Subject: Snapshot. Includes first cut at output relocation sections. --- 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 dd3eef1..ce6af0b 100644 --- a/gold/reloc.cc +++ b/gold/reloc.cc @@ -391,7 +391,7 @@ Sized_relobj::relocate_sections( relinfo.layout = layout; relinfo.object = this; relinfo.local_symbol_count = this->local_symbol_count_; - relinfo.values = this->values_; + relinfo.local_values = &this->local_values_; relinfo.symbols = this->symbols_; const unsigned char* p = pshdrs + This::shdr_size; -- cgit v1.1