Page MenuHomeFreeBSD

gelf_getphdr: Allow extended indices
ClosedPublic

Authored by cem on Dec 3 2016, 11:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 6 2025, 8:42 PM
Unknown Object (File)
Nov 20 2025, 7:40 PM
Unknown Object (File)
Nov 20 2025, 7:38 PM
Unknown Object (File)
Nov 20 2025, 7:38 PM
Unknown Object (File)
Nov 20 2025, 7:25 PM
Unknown Object (File)
Nov 20 2025, 8:24 AM
Unknown Object (File)
Nov 19 2025, 11:32 AM
Unknown Object (File)
Nov 6 2025, 5:36 AM
Subscribers
None

Details

Test Plan

Needed for 'readelf -l' of extended phnum files.

Diff Detail

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

Event Timeline

cem retitled this revision from to gelf_getphdr: Allow extended indices.
cem updated this object.
cem edited the test plan for this revision. (Show Details)
cem added a reviewer: emaste.

By the way, should I just be sending these directly upstream? What's the best way to go about that? Do they use github, and if so, what org, repo, and branch? Thanks!

In D8703#180358, @cem wrote:

By the way, should I just be sending these directly upstream? What's the best way to go about that? Do they use github, and if so, what org, repo, and branch? Thanks!

Upstream is here: https://sourceforge.net/projects/elftoolchain/
I could pick up changes in my github clone and commit them via git-svn: https://github.com/emaste/elftoolchain/
But I don't mind cherry picking changes from the FreeBSD tree to upstream.

In D8703#180358, @cem wrote:

By the way, should I just be sending these directly upstream? What's the best way to go about that? Do they use github, and if so, what org, repo, and branch? Thanks!

Upstream is here: https://sourceforge.net/projects/elftoolchain/
I could pick up changes in my github clone and commit them via git-svn: https://github.com/emaste/elftoolchain/
But I don't mind cherry picking changes from the FreeBSD tree to upstream.

The last approach is easiest for me, if you don't mind. Thanks.

This revision was automatically updated to reflect the committed changes.