Page MenuHomeFreeBSD

readelf: report ARM program and section header types
ClosedPublic

Authored by emaste on Aug 1 2016, 9:44 PM.
Tags
None
Referenced Files
F170920812: D7390.id18966.diff
Mon, Sep 7, 2:47 PM
Unknown Object (File)
Sun, Sep 6, 7:49 PM
Unknown Object (File)
Thu, Sep 3, 11:12 PM
Unknown Object (File)
Thu, Sep 3, 11:06 PM
Unknown Object (File)
Thu, Sep 3, 8:13 PM
Unknown Object (File)
Thu, Sep 3, 11:51 AM
Unknown Object (File)
Tue, Sep 1, 9:40 AM
Unknown Object (File)
Thu, Aug 27, 2:27 PM
Subscribers

Details

Summary

Display special ARM phdr types PT_ARM_ARCHEXT and PT_ARM_EXIDX instead of LOPROC+####

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to readelf: report ARM program header types.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: kaiw.
emaste added subscribers: brooks, andrew, imp.
emaste retitled this revision from readelf: report ARM program header types to readelf: report ARM program and section header types.

Add section headers too

andrew added a reviewer: andrew.

This looks correct, based on my copy of the ABI spec.

readelf/readelf.c
434 ↗(On Diff #18960)

We seem to be missing ELFOSABI_ARM_AEABI. It also seems to be missing from sys/sys/elf_common.h

This revision is now accepted and ready to land.Aug 2 2016, 4:17 PM
This revision was automatically updated to reflect the committed changes.