mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
That'll teach me not to type little patches in by hand. Get
the parentheses right.
This commit is contained in:
parent
6c99a5c30b
commit
ef6acf5b5f
@ -1787,7 +1787,7 @@ elf_fake_sections (abfd, asect, failedptrarg)
|
||||
|| this_hdr->sh_info == elf_tdata (abfd)->cverrefs);
|
||||
}
|
||||
else if ((asect->flags & SEC_ALLOC) != 0
|
||||
&& ((asect->flags & (SEC_LOAD | SEC_HAS_CONTENTS) == 0)))
|
||||
&& ((asect->flags & (SEC_LOAD | SEC_HAS_CONTENTS)) == 0))
|
||||
this_hdr->sh_type = SHT_NOBITS;
|
||||
else
|
||||
this_hdr->sh_type = SHT_PROGBITS;
|
||||
|
Loading…
Reference in New Issue
Block a user