1 /* Definitions of target machine for GCC, for SPARC running Solaris 2
2    using the GNU assembler.  */
3 
4 /* Undefine this so that BNSYM/ENSYM pairs are emitted by STABS+.  */
5 #undef NO_DBX_BNSYM_ENSYM
6 
7 /* Use GNU extensions to TLS support.  */
8 #ifdef HAVE_AS_TLS
9 #undef TARGET_SUN_TLS
10 #undef TARGET_GNU_TLS
11 #define TARGET_SUN_TLS 0
12 #define TARGET_GNU_TLS 1
13 #endif
14