URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [gdb/] [testsuite/] [gdb.threads/] [tls-main.c] - Rev 835
Go to most recent revision | Compare with Previous | Blame | View Log
__thread int i_tls = 2; int main () { int result; result = foo (); /* Call to foo should return 2, not 1. */ result ++; return 0; /* break here to check result */ }
Go to most recent revision | Compare with Previous | Blame | View Log