Wrong symbol length in ELF object

2005-12-06 Thread Paul Edwards
Hello, I've been using the mpich MPI library and am using a wrapper to gather information about the calls used. It uses: #pragma weak MPI_xxx = PMPI_xxx I then only need to implement the MPI_xxx functions and link against my library first to intercept the calls (I then do stuff and go o

Re: Wrong symbol length in ELF object

2005-12-06 Thread Alan Modra
On Tue, Dec 06, 2005 at 04:00:37PM +, Paul Edwards wrote: > [EMAIL PROTECTED] ~/samples/weaksyms $ readelf -s libweaklib.a |grep Foo > 7: 10 FUNCWEAK DEFAULT1 Foo > 8: 10 FUNCGLOBAL DEFAULT1 PFoo > [EMAIL PROTECTED] ~/samples/weaksyms $ readel

[Bug gas/1300] tc-arm.c:11073: warning: format '%08lX' expects type 'long unsigned int', but argument 4 has type 'offsetT'

2005-12-06 Thread james at nocrew dot org
--- Additional Comments From james at nocrew dot org 2005-12-07 04:49 --- Created an attachment (id=780) --> (http://sourceware.org/bugzilla/attachment.cgi?id=780&action=view) proposed patch This patch, by Lennert Buytenhek, is what we're using in Debian to work around this problem. -

[Bug binutils/1990] New: libtool update needed or lt_cv_deplibs_check_method forced to pass_all

2005-12-06 Thread james at nocrew dot org
Debian is still patching binutils' configure scripts to force lt_cv_deplibs_check_method to be 'pass_all' for all Linux architectures. Could the libtool.m4 in binutils please be updated as this has been fixed in libtool upstream? Alternatively, assuming it's non-trivial to sync, I've attached a p

[Bug binutils/1990] libtool update needed or lt_cv_deplibs_check_method forced to pass_all

2005-12-06 Thread james at nocrew dot org
--- Additional Comments From james at nocrew dot org 2005-12-07 05:01 --- Created an attachment (id=781) --> (http://sourceware.org/bugzilla/attachment.cgi?id=781&action=view) proposed patch for existing libtool.m4 -- http://sourceware.org/bugzilla/show_bug.cgi?id=1990 --- You