[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-15 02:52 --- No, (b) is wrong. elf.c:1177 won't result in the sym being marked as defined in the as-needed shared lib. I need to dig some more (or have those readelf -sD results!) -- http://sources.redhat.com/bu

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-15 02:35 --- Ah! Seeing [EMAIL PROTECTED]'s u.undef.next link back to itself was the clue I needed. u.undef.next is used as a list pointer, and also as a marker to say that a symbol has been referenced. As a marker,

[Bug ld/850] New: linker issued assertion failure elf64-ppc.c:7771

2005-04-14 Thread robert dot wen at oracle dot com
I am an IBM contractor and working on porting Oracle products on Linux on POWER project. The problem caught is about error during linking of executable. /usr/bin/ld: BFD 041202 20041202 assertion fail elf64-ppc.c:7771 ... This error msg is repeated many times. ld -V GNU ld version 041202 20041

[Bug gas/848] New: gas testsuite FAIL: macros dot

2005-04-14 Thread christian dot joensson at gmail dot com
>From binutils cvs trunk, LAST_UPDATED: Thu Apr 14 17:47:28 UTC 2005 Executing /usr/local/src/trunk/src/gas/testsuite/lib/run ../as-new - alm /usr/local/src/trunk/src/gas/testsuite/gas/macros/dot.s >&dump.out regexp_diff match failure regexp "^.*:28: Error: .*$" line "/usr/local/src/trunk/src/g

[Bug ld/817] FAIL: S-records with constructors

2005-04-14 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-04-14 18:20 --- works now... LAST_UPDATED: Thu Apr 14 17:47:28 UTC 2005 -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=817 --- You are receiving this mail because: --- You are on the CC list fo

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-14 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-04-14 16:05 --- print *h->u.undef.abfd $15 = {id = 246, filename = 0x80cf5a0 "/usr/X11R6/lib/libX11.so", xvec = 0x400adf60, iostream = 0x84ee0a0, iovec = 0x400aa6f0, cacheable = 1, target_defaulted = 0, lru_p

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-14 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-04-14 15:59 --- (In reply to comment #7) print *h $4 = {root = {next = 0x838f620, string = 0x8369840 "[EMAIL PROTECTED]", hash = 421875337}, type = bfd_link_hash_undefined, u = {undef = {n

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-14 Thread j at bitron dot ch
--- Additional Comments From j at bitron dot ch 2005-04-14 09:18 --- You're right, -Wl,-rpath-link,../../exports/lib is missing from the gcc command line but when buildling Xorg 6.8.2 with binutils 2.15.94.0.2.2 (and everything else the same) that part of the command line is not missing.

[Bug binutils/841] mips64-elf-readelf was crashed by EABI64 binary.

2005-04-14 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-04-13 15:40 --- Subject: Re: mips64-elf-readelf was crashed by EABI64 binary. Hi Monaka, Do you have a small testcase with which we can reproduce this failure and test any fixes ? Cheers Nick -- http://sources.re