aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2001-05-16 16:08:41 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2001-05-16 16:08:41 +0000
commit5467baef041885837b8abd2a7f64aef4cf35e954 (patch)
tree0617cca688e5842a687914f9a5dbdc236d06e650 /gcc/config
parent26ec4f47ba9c2d8f178bdd0b920d70708021ce29 (diff)
downloadgcc-5467baef041885837b8abd2a7f64aef4cf35e954.zip
gcc-5467baef041885837b8abd2a7f64aef4cf35e954.tar.gz
gcc-5467baef041885837b8abd2a7f64aef4cf35e954.tar.bz2
pa-hpux10.h (THREAD_MODEL_SPEC): Define.
* pa-hpux10.h (THREAD_MODEL_SPEC): Define. * gthr-dce.h (UNUSED): Attribute unused macro. (__gthread_key_dtor): Make arguments UNUSED. (__gthread_key_delete): Revise for compatibility with DRAFT4 implementation. From-SVN: r42157
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/pa/pa-hpux10.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-hpux10.h b/gcc/config/pa/pa-hpux10.h
index c9322b9..ce9969d 100644
--- a/gcc/config/pa/pa-hpux10.h
+++ b/gcc/config/pa/pa-hpux10.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1
- Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
Contributed by Tim Moore (moore@defmacro.cs.utah.edu)
This file is part of GNU CC.
@@ -40,6 +40,9 @@ Boston, MA 02111-1307, USA. */
%{p: -L/lib/libp/ -lc}\
%{pg: -L/lib/libp/ -lc}}"
+#undef THREAD_MODEL_SPEC
+#define THREAD_MODEL_SPEC "%{!threads:single}%{threads:dce}"
+
/* Under hpux10, the normal location of the `ld' and `as' programs is the
/usr/ccs/bin directory. */