projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb99eb1
)
* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
author
Mark Kettenis
<kettenis@gnu.org>
Fri, 14 Jul 2006 11:00:59 +0000
(11:00 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Fri, 14 Jul 2006 11:00:59 +0000
(11:00 +0000)
to the start of a block.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elflink.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 753f9183c552845e891780560e981c5f244dafc0..3863a0491bc008c7894bbbb29007f06f4ddea631 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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()
diff --git
a/bfd/elflink.c
b/bfd/elflink.c
index 84d9d1ff7ad90047871e2f9a8b601ec83a67083f..b302b3528f2e2c0c9e64fc904f4350ea866678cf 100644
(file)
--- a/
bfd/elflink.c
+++ b/
bfd/elflink.c
@@
-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)