URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.threads/] [tls-nodebug.c] - Rev 227
Compare with Previous | Blame | View Log
/* Test accessing TLS based variable without any debug info compiled. */ #include <pthread.h> __thread int thread_local = 42; int main(void) { return 0; }