svn commit: r319052 - in head/sys/modules: linux linux64
Bruce Evans
brde at optusnet.com.au
Sun May 28 07:46:00 UTC 2017
On Sun, 28 May 2017, Dmitry Chagin wrote:
> Log:
> Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absolute
> symbol, and this breaks symbol lookup in ddb.
>
> Requested by: bde@
Thanks.
This works because the symbol is auto-generated by the linker from the name
of a file and not used at the source level or useful at the object level.
Bruce
More information about the svn-src-head
mailing list