mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 07:27:54 +00:00
* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Fix cinfo.shift2 value.
This commit is contained in:
parent
0b33793d22
commit
2ccdbfcc9a
@ -1,3 +1,7 @@
|
||||
2006-07-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Fix cinfo.shift2 value.
|
||||
|
||||
2006-07-14 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
|
||||
|
@ -6079,7 +6079,7 @@ bfd_elf_size_dynsym_hash_dynstr (bfd *output_bfd, struct bfd_link_info *info)
|
||||
else
|
||||
cinfo.shift1 = 5;
|
||||
cinfo.mask = (1 << cinfo.shift1) - 1;
|
||||
cinfo.shift2 = maskbitslog2 + cinfo.shift1;
|
||||
cinfo.shift2 = maskbitslog2;
|
||||
cinfo.maskbits = 1 << maskbitslog2;
|
||||
maskwords = 1 << (maskbitslog2 - cinfo.shift1);
|
||||
amt = bucketcount * sizeof (unsigned long int) * 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user