Page MenuHomeFreeBSD

cross build: symlink diff and objdump
AcceptedPublic

Authored by brooks on Mar 8 2024, 12:15 AM.
Tags
None
Referenced Files
F106173171: D44276.id135534.diff
Thu, Dec 26, 2:34 PM
Unknown Object (File)
Sat, Dec 14, 11:07 PM
Unknown Object (File)
Sat, Dec 7, 6:50 PM
Unknown Object (File)
Nov 24 2024, 5:05 AM
Unknown Object (File)
Nov 11 2024, 9:54 PM
Unknown Object (File)
Sep 18 2024, 1:31 PM
Unknown Object (File)
Sep 5 2024, 1:53 AM
Unknown Object (File)
Sep 4 2024, 4:08 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?