Current Path : /usr/src/contrib/gcc/config/sparc/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/contrib/gcc/config/sparc/sol2-gas.h |
/* Definitions of target machine for GCC, for SPARC running Solaris 2 using the GNU assembler. */ /* Undefine this so that BNSYM/ENSYM pairs are emitted by STABS+. */ #undef NO_DBX_BNSYM_ENSYM /* Use GNU extensions to TLS support. */ #ifdef HAVE_AS_TLS #undef TARGET_SUN_TLS #undef TARGET_GNU_TLS #define TARGET_SUN_TLS 0 #define TARGET_GNU_TLS 1 #endif