Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / config / sparc / sol2-gas.h
blob942e39de8a457fadadab0f8256ceefa68325a116
1 /* Definitions of target machine for GCC, for SPARC running Solaris 2
2 using the GNU assembler. */
4 /* Undefine this so that BNSYM/ENSYM pairs are emitted by STABS+. */
5 #undef NO_DBX_BNSYM_ENSYM
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