aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2003-04-30 14:08:14 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2003-04-30 10:08:14 -0400
commit4c80872c485988734ef2ea510e6e0ae29a94daed (patch)
tree024279538afd04c1e50f9ec32dca3c069ea192a2 /gcc
parent152c16a9acfdcf0eedcfb800b7aed3c57539aa5c (diff)
downloadgcc-4c80872c485988734ef2ea510e6e0ae29a94daed.zip
gcc-4c80872c485988734ef2ea510e6e0ae29a94daed.tar.gz
gcc-4c80872c485988734ef2ea510e6e0ae29a94daed.tar.bz2
* doc/install.texi (--enable-threads): Document "gnat" option.
From-SVN: r66291
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi6
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index eb02424..a354bc6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ * doc/install.texi (--enable-threads): Document "gnat" option.
+
2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
* diagnostic.h (output_formatted_scalar): Tweak.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index e59bc66..991e90b 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -690,6 +690,12 @@ like C++ and Java. The possibilities for @var{lib} are:
AIX thread support.
@item dce
DCE thread support.
+@item gnat
+Ada tasking support. For non-Ada programs, this setting is equivalent
+to @samp{single}. When used in conjunction with the Ada run time, it
+causes GCC to use the same thread primitives as Ada uses. This option
+is necessary when using both Ada and the back end exception handling,
+which is the default for most Ada targets.
@item mach
Generic MACH thread support, known to work on NeXTSTEP@. (Please note
that the file needed to support this configuration, @file{gthr-mach.h}, is