[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RH#55176] libtool fails 1/6th of all it's tests.
From: |
Gary V . Vaughan |
Subject: |
Re: [RH#55176] libtool fails 1/6th of all it's tests. |
Date: |
Sat, 18 Sep 2004 15:22:08 +0100 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Daniel,
Is this the patch you were asking for in branch-1-5? Does it work for
you?
Cheers,
Gary.
On 8 Sep 2004, at 22:09, Ralf Wildenhues wrote:
2004-09-08 Ralf Wildenhues <address@hidden>
* libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): The linker
distinguishes data and code symbols on linux-gnu/ia64. Fixes
multiple testsuite failures. Backport from 1.9c.
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.48
diff -u -r1.314.2.48 libtool.m4
--- libtool.m4 12 Aug 2004 12:29:19 -0000 1.314.2.48
+++ libtool.m4 8 Sep 2004 21:02:08 -0000
@@ -4402,6 +4402,13 @@
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern
int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^
]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\)
\([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
;;
+linux*)
+ if test "$host_cpu" = ia64; then
+ symcode='[[ABCDGIRSTW]]'
+ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .*
\(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char
\1;/p'"
+ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^
]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\)
\([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
+ fi
+ ;;
irix* | nonstopux*)
symcode='[[BCDEGRST]]'
;;
_______________________________________________
Bug-libtool mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-libtool
- --
Gary V. Vaughan ())_. address@hidden,gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)
iD8DBQFBTESQFRMICSmD1gYRAkEgAJ0bK9N+rq22mY7bIELKb5+LmrUkvACfWw5h
REzqChhRntrlyRpxYPbNJMU=
=BCRL
-----END PGP SIGNATURE-----