i386: Fix strncmp last arguments in x86_64_elf_section_type_flags
authorJakub Jelinek <jakub@redhat.com>
Mon, 10 Feb 2020 14:02:39 +0000 (15:02 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 10 Feb 2020 14:02:39 +0000 (15:02 +0100)
commit36a798fd192ced25eefaeee345507fa1a0c0356e
treee5ecacb0b27803e57ee8d3b1e50a0470ee4f16e6
parent59dbb04df76da41f26192c2c219584fc3d6017cc
i386: Fix strncmp last arguments in x86_64_elf_section_type_flags

Clearly I can't count, so we would consider as SECTION_BSS even sections
like .lbssfoo or .gnu.linkonce.lbbar, even when linker only considers as
special .lbss or .lbss.baz or .gnu.linkonce.lb.qux.

2020-02-10  Jakub Jelinek  <jakub@redhat.com>

PR target/58218
PR other/93641
* config/i386/i386.c (x86_64_elf_section_type_flags): Fix up last
arguments of strncmp.
gcc/ChangeLog
gcc/config/i386/i386.c