Re: [PATCH] libtool.m4: Fix -export-symbols for GNU ld on non-Linux

2024-01-22 Thread Mike Frysinger
On 22 Jan 2024 15:34, Tijl Coosemans wrote: > Apply the fix for Linux from fb5e6cda96bd9dcae9e4f62ec8b6b3e572a32743 > to the non-Linux cases. > > -export-symbols was implemented using --retain-symbols-file. For > non-exported symbols this flag tries to remove symbol information > altogether which

Re: [PATCH] tests/demo.at: Also test for amd64 where we test for x86_64

2024-01-22 Thread Mike Frysinger
On 22 Jan 2024 14:12, Tijl Coosemans wrote: > It is used on FreeBSD. > > * tests/demo.at: Also test for amd64 where we test for x86_64. thx, merged now -mike signature.asc Description: PGP signature

Re: [PATCH] libtool.m4: Fix -export-symbols for GNU ld on non-Linux

2024-01-22 Thread Tijl Coosemans
On Mon, 22 Jan 2024 15:34:38 +0100 Tijl Coosemans wrote: > Apply the fix for Linux from fb5e6cda96bd9dcae9e4f62ec8b6b3e572a32743 > to the non-Linux cases. > > -export-symbols was implemented using --retain-symbols-file. For > non-exported symbols this flag tries to remove symbol information >

[PATCH] libtool.m4: Fix -export-symbols for GNU ld on non-Linux

2024-01-22 Thread Tijl Coosemans
Apply the fix for Linux from fb5e6cda96bd9dcae9e4f62ec8b6b3e572a32743 to the non-Linux cases. -export-symbols was implemented using --retain-symbols-file. For non-exported symbols this flag tries to remove symbol information altogether which it can only do if a symbol isn't referenced anywhere.

Re: [PATCH 1/2] libtool: replace : with $PATH_SEPARATOR

2024-01-22 Thread KO Myung-Hun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi/2. Mike Frysinger wrote: > On 17 Jan 2024 22:44, KO Myung-Hun wrote: >> Mike Frysinger wrote: >>> On 16 Jan 2024 23:44, KO Myung-Hun wrote: Some OSes such as OS/2, uses ';' as a path separator. So using $PATH_SEPARATOR instead of