From: Richard Kenner Date: Wed, 30 Apr 2003 14:08:14 +0000 (+0000) Subject: * doc/install.texi (--enable-threads): Document "gnat" option. X-Git-Tag: releases/gcc-3.4.0~6926 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c80872c485988734ef2ea510e6e0ae29a94daed;p=thirdparty%2Fgcc.git * doc/install.texi (--enable-threads): Document "gnat" option. From-SVN: r66291 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb02424f853d..a354bc693792 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-04-30 Richard Kenner + + * doc/install.texi (--enable-threads): Document "gnat" option. + 2003-04-30 Gabriel Dos Reis * diagnostic.h (output_formatted_scalar): Tweak. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e59bc6639f89..991e90bad2be 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