]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
The assembler only supports 32-bit stabs. So set sh_entsize unconditionally to 12.
authorFangrui Song <maskray@google.com>
Tue, 14 Apr 2020 14:21:50 +0000 (15:21 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 14 Apr 2020 14:21:50 +0000 (15:21 +0100)
commit34ca55313b8e6c0f6354f2dc5a3a35e38c32ae82
treef094c889c5535ba1a73c24ce4acf3e5b13f212b0
parent645f43a80c63c4116ddfe1e0371746a9418e823c
The assembler only supports 32-bit stabs. So set sh_entsize unconditionally to 12.

PR gas/25768
* elf.c (assign_section_numbers): Always set .stab sh_entsize to
12.
bfd/ChangeLog
bfd/elf.c