Updated translations (mainly Ukranian and French) triggered by creation of 2.37 branch.
This commit is contained in:
parent
2e333e797e
commit
6e0dfbf420
15 changed files with 18708 additions and 16823 deletions
|
@ -221,8 +221,9 @@ elf_swap_symbol_out (bfd *abfd,
|
|||
if (tmp >= (SHN_LORESERVE & 0xffff) && tmp < SHN_LORESERVE)
|
||||
{
|
||||
if (shndx == NULL)
|
||||
abort ();
|
||||
H_PUT_32 (abfd, tmp, shndx);
|
||||
H_PUT_32 (abfd, tmp, 0);
|
||||
else
|
||||
H_PUT_32 (abfd, tmp, shndx);
|
||||
tmp = SHN_XINDEX & 0xffff;
|
||||
}
|
||||
H_PUT_16 (abfd, tmp, dst->st_shndx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue