| Summary: | unknown program header entry type 0x6474e553 | ||
|---|---|---|---|
| Product: | elfutils | Reporter: | Aaron Merey <amerey> |
| Component: | general | Assignee: | Mark Wielaard <mark> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | amerey, elfutils-devel, mark |
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Attachments: | readelf, elflint: Handle PT_GNU_PROPERTY | ||
|
Description
Aaron Merey
2020-02-05 19:14:14 UTC
Created attachment 12275 [details]
readelf, elflint: Handle PT_GNU_PROPERTY
binutils 2.32 ld emits a new PT_GNU_PROPERTY segment that overlaps
with the PT_NOTE segment covering the .note.gnu.property section data.
I requested some more background information on this: https://sourceware.org/ml/gnu-gabi/2020-q1/msg00000.html But since it is now emitted in production binaries lets handle it as is for now. commit c4600ae002c8a8738035ec5f80e818171811c9d4 Author: Mark Wielaard <mark@klomp.org> Date: Sat Feb 8 21:40:27 2020 +0100 readelf, elflint: Handle PT_GNU_PROPERTY. binutils 2.32 ld emits a new PT_GNU_PROPERTY segment that overlaps with the PT_NOTE segment covering the .note.gnu.property section data. https://sourceware.org/bugzilla/show_bug.cgi?id=25511 Signed-off-by: Mark Wielaard <mark@klomp.org> |