]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
sol2.h (ASM_DECLARE_OBJECT_NAME): New.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 19 Jan 2004 16:57:05 +0000 (17:57 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 19 Jan 2004 16:57:05 +0000 (16:57 +0000)
commit2f3321ca812411919883439797b1865c5c09d786
tree664ae70c382114ab2b88d14995496b39032f2880
parent6fe37bc4be12d5b9c7369e01224a45f1eed6e73c
sol2.h (ASM_DECLARE_OBJECT_NAME): New.

* config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New.  Emit
"tls_object" for thread-local objects.
* config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
"#tls" for thread-local sections.
* configure.ac (thread-local checks): Specify --fatal-warnings in
every binutils-specific checks.  For sparc*-*-*, test whether the
OS is Solaris and the tools are native and act accordingly.
* configure: Rebuild.

From-SVN: r76156
gcc/ChangeLog
gcc/config/sparc/sol2.h
gcc/config/sparc/sparc.c
gcc/configure
gcc/configure.ac