Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elfcode.h
index 481b007232e4f901c06c443218a32583ed912320..1a9d3045124fd9bb3d4c94c3c78f00977234f065 100644 (file)
@@ -1214,10 +1214,9 @@ elf_slurp_symbol_table (bfd *abfd, asymbol **symptrs, bfd_boolean dynamic)
       for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
        {
          memcpy (&sym->internal_elf_sym, isym, sizeof (Elf_Internal_Sym));
-         sym->symbol.the_bfd = abfd;
 
+         sym->symbol.the_bfd = abfd;
          sym->symbol.name = bfd_elf_sym_name (abfd, hdr, isym, NULL);
-
          sym->symbol.value = isym->st_value;
 
          if (isym->st_shndx == SHN_UNDEF)
This page took 0.022959 seconds and 4 git commands to generate.