Re: [PATCH 1/3] libtool.m4: augment symcode for Solaris 11

2024-01-17 Thread Nick Alcock
On 17 Jan 2024, Mike Frysinger told this: > this should be fixed in git now. i merged the one posted previously: > https://savannah.gnu.org/patch/?9086 Truly, the dead walk! (Thank you.) (There are a few related problems on other architectures I've fixed in the binutils copy of libtool.m4 too

Re: [PATCH 1/3] libtool.m4: augment symcode for Solaris 11

2024-01-16 Thread Mike Frysinger
this should be fixed in git now. i merged the one posted previously: https://savannah.gnu.org/patch/?9086 -mike signature.asc Description: PGP signature

Re: [PATCH 1/3] libtool.m4: augment symcode for Solaris 11

2021-07-19 Thread Tim Rice
On Mon, 19 Jul 2021, Nick Alcock wrote: > This reports common symbols like GNU nm, via a type code of 'C'. > > * m4/libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for > Solaris 11. > > Signed-off-by: Nick Alcock > --- > m4/libtool.m4 | 2 +- > 1 file changed, 1 insertion(+), 1 dele

[PATCH 1/3] libtool.m4: augment symcode for Solaris 11

2021-07-19 Thread Nick Alcock
This reports common symbols like GNU nm, via a type code of 'C'. * m4/libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for Solaris 11. Signed-off-by: Nick Alcock --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index a