On 08/30/2012 06:02 PM, H.J. Lu wrote: > @@ -3470,6 +3470,25 @@ elf_i386_relocate_section (bfd *output_bfd, Don't do these sorts of things in relocate_section. Do them in relax_section where you still have time to remove the got entry if it becomes unused. r~