x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / tlsdesc1b.c
1 __thread int yyy = 100;
2 extern __thread int zzz;
3
4 int
5 foo (void)
6 {
7 return zzz;
8 }
This page took 0.031258 seconds and 4 git commands to generate.