From: Richard Kenner Date: Wed, 30 Apr 2003 14:08:14 +0000 (+0000) Subject: * doc/install.texi (--enable-threads): Document "gnat" option. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c80872c485988734ef2ea510e6e0ae29a94daed;p=gcc.git * doc/install.texi (--enable-threads): Document "gnat" option. From-SVN: r66291 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb02424f853..a354bc69379 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 e59bc6639f8..991e90bad2b 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