* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
[deliverable/binutils-gdb.git] / bfd / elflink.c
index 84d9d1ff7ad90047871e2f9a8b601ec83a67083f..b302b3528f2e2c0c9e64fc904f4350ea866678cf 100644 (file)
@@ -6060,8 +6060,8 @@ bfd_elf_size_dynsym_hash_dynstr (bfd *output_bfd, struct bfd_link_info *info)
            }
          else
            {
-             BFD_ASSERT (cinfo.min_dynindx != -1);
              unsigned long int maskwords, maskbitslog2;
+             BFD_ASSERT (cinfo.min_dynindx != -1);
 
              maskbitslog2 = bfd_log2 (cinfo.nsyms) + 1;
              if (maskbitslog2 < 3)
This page took 0.029356 seconds and 4 git commands to generate.