Page MenuHomeFreeBSD

elfcopy: exclude extension when converting from binary
ClosedPublic

Authored by emaste on Nov 20 2015, 9:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 19 2024, 3:16 AM
Unknown Object (File)
Sep 23 2024, 11:49 PM
Unknown Object (File)
Sep 22 2024, 6:33 PM
Unknown Object (File)
Sep 20 2024, 6:51 AM
Unknown Object (File)
Sep 11 2024, 3:05 AM
Unknown Object (File)
Sep 8 2024, 3:35 PM
Unknown Object (File)
Sep 8 2024, 12:27 PM
Unknown Object (File)
Sep 8 2024, 7:54 AM
Subscribers
None

Details

Summary

When converting from binary to ELF, elfcopy creates symbols _binary_<filename>_start_, _binary_<filename>_end, and _binary_<filename>_size. For compatibility with GNU objcopy (and to produce sensible symbol names) the extension must be stripped off.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to elfcopy: exclude extension when converting from binary.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: imp.
imp edited edge metadata.

looks good to me. At least one test I ran with this a few weeks ago worked.

This revision is now accepted and ready to land.Dec 7 2015, 8:12 PM
This revision was automatically updated to reflect the committed changes.