--- Additional Comments From nickc at redhat dot com 2005-12-23 12:28
---
Hi Micha,
Sorry for the long delay in reviewing your latest patch. As it turns out it
is fine (module a few formatting niggles) and so I have checked it in to the
sources along with this ChangeLog entry.
Cheer
--- Additional Comments From nickc at redhat dot com 2005-12-22 17:46
---
Subject: Re: undefined reference to `_mpi_sgi_init'
Hi Rainer,
> Did somebody else some tests using these binutils patches?
Not yet, but I am back at my normal workplace now, so this is on my list.
> Is there
Hi Rainer,
Did somebody else some tests using these binutils patches?
Not yet, but I am back at my normal workplace now, so this is on my list.
Is there a chance that these patches will be applied?
Yup, in a couple of days probably. Sorry for the delay.
Cheers
Nick
--- Additional Comments From r dot emrich at de dot tecosim dot com
2005-12-21 16:32 ---
FYI
I build a toolchain using gcc-4.0.2 and binutils-2.16.1 patched with
MIPS_OPTIONAL.patch and the binutils-2.16.1-elflink-optional-2.patch.
gcc was configured with the following options:
--with-
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-23 21:32 ---
Created an attachment (id=766)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=766&action=view)
generalise previous patch, depends on earlier MIPS-OPTIONAL patch
Welcome back, Nick,
> Excell
--- Additional Comments From nickc at redhat dot com 2005-11-21 18:30
---
Subject: Re: undefined reference to `_mpi_sgi_init'
Hi Michael,
> using the above test case I tracked down the place in elflink.c where the
> symbol os is reported as undefined when localed in a shared library.
Hi Michael,
using the above test case I tracked down the place in elflink.c where the
symbol os is reported as undefined when localed in a shared library. The
attached patch hacks elflink.c to check for STO_OPTIONAL in h->other. This
makes the test case work with both native IRIX and Mac OS X cr
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-13 18:01 ---
Created an attachment (id=757)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=757&action=view)
attempt to extend optional symbol support to shared libraries
Hi Nick,
using the above test ca
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-13 17:49 ---
Created an attachment (id=756)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=756&action=view)
patch to make a mips-sgi-irix6.5 cross ld work for above test case
The above test case works "f
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-13 17:41 ---
Created an attachment (id=755)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=755&action=view)
new test case covering shared libraries containing optional symbols
I've updated the test case
--- Additional Comments From nickc at redhat dot com 2005-11-11 11:21
---
Subject: Re: undefined reference to `_mpi_sgi_init'
Hi Michael,
> The testcase nwo runs fine with the patched ld:
Great - I will check that patch in then as a first step in resolving
this PR.
> But the origin
Hi Michael,
The testcase nwo runs fine with the patched ld:
Great - I will check that patch in then as a first step in resolving
this PR.
But the original problem with libpthread remains:
[EMAIL PROTECTED] ~]$ gcc -o t t.o -lpthread
/usr/lib/../lib64/libpthread.so: undefined reference t
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-10 18:57 ---
The testcase nwo runs fine with the patched ld:
[EMAIL PROTECTED] ot]$ make bu
as -64 -o start.o start.s
as -64 -o ot.o ot.s
as -64 -o os.o os.s
/usr/local/bin/ld -me
--- Additional Comments From nickc at redhat dot com 2005-11-10 12:51
---
Created an attachment (id=754)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=754&action=view)
Second attempt to handle OPTIONAL symbols
--
http://sourceware.org/bugzilla/show_bug.cgi?id=1150
---
Hi Michael,
Okay, I gave it a try to build a testcase. It's included in the attachment.
Thanks. I was not able to run all of the tests in your testcase, since
I do not have the Irix system libraries available, but I was able to
reproduce the linker error message about undefined symbols and
--- Additional Comments From nickc at redhat dot com 2005-11-10 11:45
---
Subject: Re: undefined reference to `_mpi_sgi_init'
Hi Michael,
> Okay, I gave it a try to build a testcase. It's included in the attachment.
Thanks. I was not able to run all of the tests in your testcase, si
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-09 21:29 ---
Sorry, the attachment lost its name: it's a gzipped tarball (ot.tar.gz).
--
http://sourceware.org/bugzilla/show_bug.cgi?id=1150
--- You are receiving this mail because: ---
You are on th
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-09 21:16 ---
Created an attachment (id=753)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=753&action=view)
testcase for optional symbols
Okay, I gave it a try to build a testcase. It's included in the a
--- Additional Comments From nickc at redhat dot com 2005-11-09 16:25
---
Created an attachment (id=752)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=752&action=view)
attempt to ignore OPTIONAL symbols
--
http://sourceware.org/bugzilla/show_bug.cgi?id=1150
--- You are
--- Additional Comments From nickc at redhat dot com 2005-11-09 16:24
---
Subject: Re: undefined reference to `_mpi_sgi_init'
Hi Michael,
> I don't have any information beyond the error message and what I learned from
> the message to the mailing list quoted above. The behaviour of OP
Hi Michael,
I don't have any information beyond the error message and what I learned from
the message to the mailing list quoted above. The behaviour of OPTIONAL symbols
seems to be that they're silently ignored if not present in any of the linked
objects, allowing for using libraries if linked
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-09 13:24 ---
I don't have any information beyond the error message and what I learned from
the message to the mailing list quoted above. The behaviour of OPTIONAL symbols
seems to be that they're silently ignored
--- Additional Comments From nickc at redhat dot com 2005-11-08 15:04
---
Subject: Re: undefined reference to `_mpi_sgi_init'
Hi Michael,
> I ran into this one as well on IRIX-6.5.28m with gcc-4.0.1 and
> binutils-2.16.1.
> Why is this bug in status WAITING? Is more input required? I
Hi Michael,
I ran into this one as well on IRIX-6.5.28m with gcc-4.0.1 and binutils-2.16.1.
Why is this bug in status WAITING? Is more input required? I can provide testing
and debugging if required.
Can you provide a specification for these OPTIONAL symbols ?
Cheers
Nick
__
--
What|Removed |Added
Status|WAITING |NEW
http://sourceware.org/bugzilla/show_bug.cgi?id=1150
--- You are receiving this mail because: ---
--- Additional Comments From michael at weiser dot dinsnail dot net
2005-11-06 19:20 ---
I ran into this one as well on IRIX-6.5.28m with gcc-4.0.1 and binutils-2.16.1.
Why is this bug in status WAITING? Is more input required? I can provide testing
and debugging if required.
--
--- Additional Comments From pfl at iis dot fhg dot de 2005-10-06 22:43
---
I built gcc-4.0.1 with binutils-2.16.1 as/ld on mips-sgi-irix6.5 and
tried to link Qt-4.0.0. The result was this error:
/usr/lib32/libpthread.so: undefined reference to `_mpi_sgi_init'
$ nm /usr/lib32/libpth
27 matches
Mail list logo