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)
Apr 23 2026, 7:37 PM
Unknown Object (File)
Apr 15 2026, 5:37 AM
Unknown Object (File)
Apr 7 2026, 3:19 PM
Unknown Object (File)
Apr 4 2026, 3:32 PM
Unknown Object (File)
Apr 3 2026, 10:40 PM
Unknown Object (File)
Mar 24 2026, 2:23 AM
Unknown Object (File)
Feb 19 2026, 5:18 AM
Unknown Object (File)
Feb 19 2026, 5:18 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

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

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.