Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 17:45:51 +1000 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
To:        Dmitry Chagin <dchagin@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r319052 - in head/sys/modules: linux linux64
Message-ID:  <20170528174051.C1396@besplex.bde.org>
In-Reply-To: <201705280737.v4S7beb3067584@repo.freebsd.org>
References:  <201705280737.v4S7beb3067584@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170528174051.C1396>