Created attachment 152570 [details] proposed patch I'd like to make a small enhancement to ld(1) to have it generate symbols for the start and end of ELF sections whose names contain a period. At the moment, ld(1) only does this if the section's name is representable in C, but we'd like to use this feature for a DTrace-related section named ".SUNW_dof". I highly doubt that this change will affect ports in any way since ld(1) only emits these symbols for orphaned sections, but I'd like to request an exp-run just to be sure. This post contains some context on the motivation for the change: https://lists.freebsd.org/pipermail/freebsd-dtrace/2015-January/000342.html
Take
Look good, no new failure exp-run results: http://package18.nyi.freebsd.org/jail.html?mastername=headamd64PR197341-default http://pb2.nyi.freebsd.org/build.html?mastername=headi386PR197341-default
Mark - do we still want to pursue this change, or is it all sorted out now?
(In reply to Ed Maste from comment #3) No, it's not necessary anymore - I just forgot to close the PR. Thank you for the exp-run!