Re: [PATCH] build: fix linker warnings about undefined symbols

2024-02-20 Thread Tyler Retzlaff
On Sun, Feb 18, 2024 at 06:38:22PM +0100, Thomas Monjalon wrote: > 10/01/2024 17:58, Tyler Retzlaff: > > On Wed, Jan 10, 2024 at 03:01:03PM +, Bruce Richardson wrote: > > > The default behaviour of "ld.lld" has changed, so it now prints out > > > warnings about entries in the version.map file w

Re: [PATCH] build: fix linker warnings about undefined symbols

2024-02-18 Thread Thomas Monjalon
10/01/2024 17:58, Tyler Retzlaff: > On Wed, Jan 10, 2024 at 03:01:03PM +, Bruce Richardson wrote: > > The default behaviour of "ld.lld" has changed, so it now prints out > > warnings about entries in the version.map file which don't exist in > > the current build. Since we use our version.map f

Re: [PATCH] build: fix linker warnings about undefined symbols

2024-01-15 Thread Tyler Retzlaff
On Mon, Jan 15, 2024 at 09:56:45AM +0100, David Marchand wrote: > On Fri, Jan 12, 2024 at 9:49 PM Morten Brørup > wrote: > > > you can use symver in combination with visibility default > > > > > > https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html > > > > > > anyway just food for

Re: [PATCH] build: fix linker warnings about undefined symbols

2024-01-15 Thread David Marchand
On Fri, Jan 12, 2024 at 9:49 PM Morten Brørup wrote: > > you can use symver in combination with visibility default > > > > https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html > > > > anyway just food for thought, it would get me out of having to hack & > > enhance the .def from .ma

Re: [PATCH] build: fix linker warnings about undefined symbols

2024-01-12 Thread Stephen Hemminger
On Fri, 12 Jan 2024 21:49:13 +0100 Morten Brørup wrote: > > you can use symver in combination with visibility default > > > > https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html > > > > anyway just food for thought, it would get me out of having to hack & > > enhance the .def fro

RE: [PATCH] build: fix linker warnings about undefined symbols

2024-01-12 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Friday, 12 January 2024 21.11 > > On Thu, Jan 11, 2024 at 09:48:33AM +, Bruce Richardson wrote: > > On Thu, Jan 11, 2024 at 10:38:05AM +0100, Morten Brørup wrote: > > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.

Re: [PATCH] build: fix linker warnings about undefined symbols

2024-01-12 Thread Tyler Retzlaff
On Thu, Jan 11, 2024 at 09:48:33AM +, Bruce Richardson wrote: > On Thu, Jan 11, 2024 at 10:38:05AM +0100, Morten Brørup wrote: > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > > Sent: Wednesday, 10 January 2024 17.58 > > > > > > On Wed, Jan 10, 2024 at 03:01:03PM +, Bru

Re: [PATCH] build: fix linker warnings about undefined symbols

2024-01-11 Thread Bruce Richardson
On Thu, Jan 11, 2024 at 10:38:05AM +0100, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Wednesday, 10 January 2024 17.58 > > > > On Wed, Jan 10, 2024 at 03:01:03PM +, Bruce Richardson wrote: > > > The default behaviour of "ld.lld" has changed, so

RE: [PATCH] build: fix linker warnings about undefined symbols

2024-01-11 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Wednesday, 10 January 2024 17.58 > > On Wed, Jan 10, 2024 at 03:01:03PM +, Bruce Richardson wrote: > > The default behaviour of "ld.lld" has changed, so it now prints out > > warnings about entries in the version.map file whi

Re: [PATCH] build: fix linker warnings about undefined symbols

2024-01-10 Thread Tyler Retzlaff
On Wed, Jan 10, 2024 at 03:01:03PM +, Bruce Richardson wrote: > The default behaviour of "ld.lld" has changed, so it now prints out > warnings about entries in the version.map file which don't exist in > the current build. Since we use our version.map file simply to filter > out the functions w

[PATCH] build: fix linker warnings about undefined symbols

2024-01-10 Thread Bruce Richardson
The default behaviour of "ld.lld" has changed, so it now prints out warnings about entries in the version.map file which don't exist in the current build. Since we use our version.map file simply to filter out the functions we don't want made public, we include in it all functions across all OS's a