* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
authorMark Kettenis <kettenis@gnu.org>
Fri, 14 Jul 2006 11:00:59 +0000 (11:00 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 14 Jul 2006 11:00:59 +0000 (11:00 +0000)
to the start of a block.

bfd/ChangeLog
bfd/elflink.c

index 753f918..3863a04 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-14  Mark Kettenis  <kettenis@gnu.org>
+
+       * elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
+       to the start of a block.
+
 2006-07-13  Nick Clifton  <nickc@redhat.com>
 
        * coff-sh.c (_bfd_sh_align_load_span): Catch sh_insn_info()
index 84d9d1f..b302b35 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)