Comment 6 for bug 559729

Revision history for this message
unkle_george (unkle-george) wrote :

Also fails in 2.20

Likely a missing symbol in the fglx library. Odd however that it links with ld, but not gold.

For some reason this is never called in gold/object.h:
  set_output_symtab_index(unsigned int i)
  {
    gold_assert(this->output_symtab_index_ == 0);
    this->output_symtab_index_ = i;
  }

Hope this information is helpful.