This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0b11474080
binutils-gdb
/
ld
/
testsuite
/
ld-x86-64
/
tlsdesc1b.c
9 lines
83 B
C
Raw
Blame
History
__thread
int
yyy
=
100
;
extern
__thread
int
zzz
;
int
foo
(
void
)
{
return
zzz
;
}
Reference in New Issue
View Git Blame
Copy Permalink