|
From: | timo.teras at iki dot fi |
Subject: | [Bug gold/17699] incorrect R_386_TLS_DTPMOD32 relocation |
Date: | Thu, 11 Dec 2014 20:08:26 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17699 --- Comment #5 from Timo Teräs <timo.teras at iki dot fi> --- Even more minimal test case in C: int bar() { static __thread int foo; return foo; } Notable that this does not cause the same issue: __thread int __attribute__((__visibility__("hidden"))) foo; int *bar() { return &foo; } -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |