* ABOUT-GCC-NLS, ChangeLog, ChangeLog-1997, ChangeLog-1998,
[official-gcc/alias-decl.git] / gcc / config / sparc / sol2-gas.h
blob2cbfa45d4b043360808a2c813b3a0e500b4314f5
1 /* Definitions of target machine for GCC, for SPARC running Solaris 2
2 using the GNU assembler.
4 Copyright (C) 2004, 2005 Free Software Foundation, Inc.
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 3, or (at your option) any later
11 version.
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
18 Under Section 7 of GPL version 3, you are granted additional
19 permissions described in the GCC Runtime Library Exception, version
20 3.1, as published by the Free Software Foundation.
22 You should have received a copy of the GNU General Public License and
23 a copy of the GCC Runtime Library Exception along with this program;
24 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
25 <http://www.gnu.org/licenses/>. */
27 /* Undefine this so that BNSYM/ENSYM pairs are emitted by STABS+. */
28 #undef NO_DBX_BNSYM_ENSYM
30 /* Use GNU extensions to TLS support. */
31 #ifdef HAVE_AS_TLS
32 #undef TARGET_SUN_TLS
33 #undef TARGET_GNU_TLS
34 #define TARGET_SUN_TLS 0
35 #define TARGET_GNU_TLS 1
36 #endif