Page MenuHomeFreeBSD

cross build: symlink diff and objdump
AcceptedPublic

Authored by brooks on Mar 8 2024, 12:15 AM.
Tags
None
Referenced Files
F83388217: D44276.diff
Thu, May 9, 7:28 PM
F83371644: D44276.diff
Thu, May 9, 3:15 PM
F83351361: D44276.diff
Thu, May 9, 7:05 AM
F83327621: D44276.diff
Wed, May 8, 11:20 PM
Unknown Object (File)
Sat, May 4, 1:21 PM
Unknown Object (File)
Sun, Apr 14, 5:47 PM
Unknown Object (File)
Apr 6 2024, 2:58 AM
Unknown Object (File)
Apr 3 2024, 5:54 PM
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?