]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 753f9183c552845e891780560e981c5f244dafc0..3863a0491bc008c7894bbbb29007f06f4ddea631 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 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)