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)
Sat, Sep 28, 6:16 PM
Unknown Object (File)
Tue, Sep 24, 4:01 AM
Unknown Object (File)
Tue, Sep 17, 7:48 PM
Unknown Object (File)
Sep 14 2024, 8:35 PM
Unknown Object (File)
Sep 13 2024, 4:58 PM
Unknown Object (File)
Sep 8 2024, 11:23 PM
Unknown Object (File)
Aug 18 2024, 4:24 PM
Unknown Object (File)
Aug 9 2024, 8:21 PM
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.