view gcc/config/sparc/sol2-gas.h @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
line wrap: on
line source

/* 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