URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tls/] [pr47715-5.c] - Rev 696
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-require-effective-target tls } */ extern __thread int __libc_errno __attribute__ ((tls_model ("initial-exec"))); ; int * __errno_location (void) { return &__libc_errno; }
Go to most recent revision | Compare with Previous | Blame | View Log