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
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils