gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlsdesc1b.c
CommitLineData
1670f9c1
L
1__thread int yyy = 100;
2extern __thread int zzz;
3
4int
5foo (void)
6{
7 return zzz;
8}
This page took 0.172505 seconds and 4 git commands to generate.