|
From: | Nick Clifton |
Subject: | Re: [Bug ld/7027] 64-bit libstdc++.so fails to link on Solaris 11/SPARC: could not read symbols: Bad value |
Date: | Tue, 18 Nov 2008 15:09:52 +0000 |
User-agent: | Thunderbird 2.0.0.16 (X11/20080723) |
Hi Rainer,
Every single one of the libstdc++ object files is affected. E.g. % readelf -S --wide .libs/wstring-inst.o |grep -A1 '\.bss' [191] .bss._ZZL18__gthread_active_pvE21__gthread_active_once PROGBITS 0000000000000000 0205a8 000020 00 WA 0 0 8
If I assemble the same source file with gas 2.19, I get [ 3] .bss NOBITS 00000000 00003c 000000 00 WA 0 0 1 [338] .bss._ZZL18__gthread_active_pvE21__gthread_active_once NOBITS 00000000 01a988 000020 00 WA 0 0 8
So, are you saying that assembling with gas v2.19 fixes the problem ? If so, can we close the PR (and apply the patch) ?
Cheers Nick
[Prev in Thread] | Current Thread | [Next in Thread] |