[Bug ld/1021] bfd links incorrectly on solaris

2011-09-28 Thread andyjstormont at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=1021 --- Comment #18 from Andrew Stormont 2011-09-28 15:19:26 UTC --- I have $100 for anybody that can provide a patch to solve this issue. I think it should be fairly simple if you know your way around BFD. -- Configure bugmail: http://sourcewar

[Bug ld/1021] bfd links incorrectly on solaris

2011-09-18 Thread andyjstormont at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=1021 Andrew Stormont changed: What|Removed |Added Version|2.16|2.22 (HEAD) -- Configure bugmail: ht

[Bug ld/1021] bfd links incorrectly on solaris

2011-09-17 Thread andyjstormont at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=1021 --- Comment #17 from Andrew Stormont 2011-09-17 23:30:16 UTC --- Some more output that might be useful. Solaris: # readelf -a ./mozilla/nsprpub/dist/lib/libnspr4.so | grep open64 0002d204 00021706 R_386_GLOB_DAT

[Bug ld/1021] bfd links incorrectly on solaris

2011-09-17 Thread andyjstormont at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=1021 Andrew Stormont changed: What|Removed |Added Summary|linking in mozilla fails|bfd links incorrectly on

[Bug ld/2524] Solaris versioning glitches when building shared libraries against static ones

2011-09-15 Thread andyjstormont at googlemail dot com
||andyjstormont at googlemail ||dot com Resolution||DUPLICATE --- Comment #6 from Andrew Stormont 2011-09-15 22:11:34 UTC --- Marking as duplicate of 1021. *** This bug has been marked as a

[Bug ld/1021] linking in mozilla fails

2011-09-15 Thread andyjstormont at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=1021 Andrew Stormont changed: What|Removed |Added CC||amu at alum dot mit.edu --- Comment #

[Bug ld/1021] linking in mozilla fails

2011-09-15 Thread andyjstormont at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=1021 Andrew Stormont changed: What|Removed |Added CC||andyjstormont at googlemail

[Bug binutils/11938] Support for linking with Solaris libraries is only enabled on SPARC!

2010-09-09 Thread andyjstormont at googlemail dot com
--- Additional Comments From andyjstormont at googlemail dot com 2010-09-09 12:35 --- The binutils sources I grabbed from Debian doesn't :\ I must have an old copy. -- What|Removed |

[Bug binutils/11938] Support for linking with Solaris libraries is only enabled on SPARC!

2010-09-08 Thread andyjstormont at googlemail dot com
--- Additional Comments From andyjstormont at googlemail dot com 2010-09-08 17:04 --- Right. I guess the only two ways forward are to either remove the arch checks all together or to add i[34]86 to the list of arches where this code is used. -- http://sourceware.org/bugzilla

[Bug ld/2524] Solaris versioning glitches when building shared libraries against static ones

2010-08-21 Thread andyjstormont at googlemail dot com
--- Additional Comments From andyjstormont at googlemail dot com 2010-08-21 20:59 --- *** Bug 6431 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug ld/6431] ld says: invalid version 3 (max 0)

2010-08-21 Thread andyjstormont at googlemail dot com
--- Additional Comments From andyjstormont at googlemail dot com 2010-08-21 20:59 --- *** This bug has been marked as a duplicate of 2524 *** -- What|Removed |Added

[Bug ld/6431] ld says: invalid version 3 (max 0)

2010-08-21 Thread andyjstormont at googlemail dot com
--- Additional Comments From andyjstormont at googlemail dot com 2010-08-21 20:56 --- This problem is not SPARC specific. I see it on i386-pc-solaris2.11. I also suspect that it is not Solaris specific either as it seems to be caused by filter symbols not being interpreted correctly by

[Bug binutils/11938] New: Support for linking with Solaris libraries is only enabled on SPARC!

2010-08-21 Thread andyjstormont at googlemail dot com
sources dot redhat dot com ReportedBy: andyjstormont at googlemail dot com CC: bug-binutils at gnu dot org GCC build triplet: i386-pc-solaris2.11 GCC host triplet: i386-pc-solaris2.11 GCC target triplet: i386-pc-solaris2.11 http://sourceware.org/bugzilla/show_bug.cgi?id

[Bug ld/6431] ld says: invalid version 3 (max 0)

2009-10-07 Thread andyjstormont at googlemail dot com
--- Additional Comments From andyjstormont at googlemail dot com 2009-10-07 07:37 --- (In reply to comment #13) > found a workaround!!! ... it seems that on sol10, all pthread_XXX stuff is now > in libc.so. if you remove the -lpthread -thread options when glib compiles, > e

[Bug ld/2524] Solaris versioning glitches when building shared libraries against static ones

2009-10-03 Thread andyjstormont at googlemail dot com
--- Additional Comments From andyjstormont at googlemail dot com 2009-10-03 17:59 --- I can confirm this bug exists on i386-pc-solaris2.11. One work-around I have found is making -lpthread the first argument, this is very hacky but works. -- What|Removed