Page MenuHomeFreeBSD

cross build: symlink diff and objdump
AcceptedPublic

Authored by brooks on Mar 8 2024, 12:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 14, 5:47 PM
Unknown Object (File)
Sat, Apr 6, 2:58 AM
Unknown Object (File)
Wed, Apr 3, 5:54 PM
Unknown Object (File)
Mar 15 2024, 7:54 AM
Unknown Object (File)
Mar 11 2024, 12:39 AM
Subscribers
None

Details

Summary

An upcoming change will use diff and objdump to compare lists of symbols
in libraries to make sure they are available. The host versions should
be fine even on MacOS as it uses llvm-objdump.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 56513
Build 53401: arc lint + arc unit

Event Timeline

brooks created this revision.
brooks added a parent revision: D44275: Restore ${OBJDUMP}.
This revision is now accepted and ready to land.Mar 19 2024, 5:00 PM

As with D44275 no objection but perhaps nm and/or readelf are suitable?