| Summary: | .stab: sh_size%sh_entsize!=0 for 64-bit architectures | ||
|---|---|---|---|
| Product: | binutils | Reporter: | Fangrui Song <maskray> |
| Component: | gas | Assignee: | Not yet assigned to anyone <unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nickc |
| Priority: | P2 | ||
| Version: | 2.35 | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
|
Description
Fangrui Song
2020-04-03 05:14:12 UTC
The master branch has been updated by Nick Clifton <nickc@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=34ca55313b8e6c0f6354f2dc5a3a35e38c32ae82 commit 34ca55313b8e6c0f6354f2dc5a3a35e38c32ae82 Author: Fangrui Song <maskray@google.com> Date: Tue Apr 14 15:21:50 2020 +0100 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. Patch applied. |