diff options
Diffstat (limited to 'contrib/gcc/config/sparc/sol2-gas.h')
-rw-r--r-- | contrib/gcc/config/sparc/sol2-gas.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/gcc/config/sparc/sol2-gas.h b/contrib/gcc/config/sparc/sol2-gas.h deleted file mode 100644 index 942e39de8a45..000000000000 --- a/contrib/gcc/config/sparc/sol2-gas.h +++ /dev/null @@ -1,13 +0,0 @@ -/* 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 |