Randolph, bfd/elf32-hppa.c 4168 need_relocs = TRUE; 4169 loc = htab->srelgot->contents; 4170 /* FIXME (CAO): Should this be reloc_count++ ? */ 4171 loc += htab->srelgot->reloc_count * sizeof (Elf32_External_Rela); Should there be a reloc_count++ there? Or is this taken into account earlier? Cheers, Carlos.