]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/gcc/config/sparc/sol2-gas.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / gcc / config / sparc / sol2-gas.h
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