* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
to the start of a block.
This commit is contained in:
parent
bb99eb1a42
commit
0b33793d22
2 changed files with 6 additions and 1 deletions
|
@ -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()
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue