mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* incremental.cc (Output_section_incremental_inputs::write_info_blocks):
Resolve forwarding symbols.
This commit is contained in:
parent
81e015e20a
commit
793990de53
@ -1,3 +1,8 @@
|
||||
2010-09-15 Cary Coutant <ccoutant@google.com>
|
||||
|
||||
* incremental.cc (Output_section_incremental_inputs::write_info_blocks):
|
||||
Resolve forwarding symbols.
|
||||
|
||||
2010-09-15 Doug Kwan <dougkwan@google.com>
|
||||
|
||||
* gold/testsuite/script_test_3.t: Add ARM special sections.
|
||||
|
@ -873,6 +873,8 @@ Output_section_incremental_inputs<size, big_endian>::write_info_blocks(
|
||||
for (unsigned int i = 0; i < nsyms; i++)
|
||||
{
|
||||
const Symbol* sym = (*syms)[i];
|
||||
if (sym->is_forwarder())
|
||||
sym = this->symtab_->resolve_forwards(sym);
|
||||
unsigned int symtab_index = sym->symtab_index();
|
||||
unsigned int chain = 0;
|
||||
unsigned int first_reloc = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user