Fix typo in _bfd_elf_strtab_add
PR 17141 * elf.c (_bfd_elf_strtab_add): Check strtab name for failure.
This commit is contained in:
parent
808f7ab1fc
commit
17ca87fc69
@ -1,3 +1,8 @@
|
||||
2014-07-11 Maks Naumov <maksqwe1@ukr.net>
|
||||
|
||||
PR 17141
|
||||
* elf.c (_bfd_elf_strtab_add): Check strtab name for failure.
|
||||
|
||||
2014-07-08 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR ld/17110
|
||||
|
@ -5298,7 +5298,7 @@ prep_headers (bfd *abfd)
|
||||
elf_tdata (abfd)->shstrtab_hdr.sh_name =
|
||||
(unsigned int) _bfd_elf_strtab_add (shstrtab, ".shstrtab", FALSE);
|
||||
if (elf_tdata (abfd)->symtab_hdr.sh_name == (unsigned int) -1
|
||||
|| elf_tdata (abfd)->symtab_hdr.sh_name == (unsigned int) -1
|
||||
|| elf_tdata (abfd)->strtab_hdr.sh_name == (unsigned int) -1
|
||||
|| elf_tdata (abfd)->shstrtab_hdr.sh_name == (unsigned int) -1)
|
||||
return FALSE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user