diff options
author | Marc Poulhiès <poulhies@adacore.com> | 2024-03-01 15:30:55 +0100 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2024-05-17 10:20:59 +0200 |
commit | 7dbd854509277059581e94167bbadf9d71cda0dc (patch) | |
tree | 658f2b7ce3b0aed6c907295a06b35b3a2563f507 | |
parent | 811bfc3f3e4f6f3e7a98e90409a8a6dbaa1509e1 (diff) | |
download | gcc-7dbd854509277059581e94167bbadf9d71cda0dc.zip gcc-7dbd854509277059581e94167bbadf9d71cda0dc.tar.gz gcc-7dbd854509277059581e94167bbadf9d71cda0dc.tar.bz2 |
ada: Fix probable copy/paste error
gcc/ada/
* doc/gnat_rm/implementation_defined_attributes.rst: Fix
copy/paste.
* gnat_rm.texi: Regenerate.
* gnat_ugn.texi: Regenerate.
-rw-r--r-- | gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst | 7 | ||||
-rw-r--r-- | gcc/ada/gnat_rm.texi | 7 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 4 |
3 files changed, 8 insertions, 10 deletions
diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst b/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst index f8700b1..728d63a 100644 --- a/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst +++ b/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst @@ -81,10 +81,9 @@ Attribute Atomic_Always_Lock_Free ================================= .. index:: Atomic_Always_Lock_Free -The prefix of the ``Atomic_Always_Lock_Free`` attribute is a type. -The result is a Boolean value which is True if the type has discriminants, -and False otherwise. The result indicate whether atomic operations are -supported by the target for the given type. +The prefix of the ``Atomic_Always_Lock_Free`` attribute is a type. The +result indicates whether atomic operations are supported by the target +for the given type. Attribute Bit ============= diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 6da3f31..8dcdd6c 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -10373,10 +10373,9 @@ either be omitted, or explicitly given as @code{No_Output_Operands}. @geindex Atomic_Always_Lock_Free -The prefix of the @code{Atomic_Always_Lock_Free} attribute is a type. -The result is a Boolean value which is True if the type has discriminants, -and False otherwise. The result indicate whether atomic operations are -supported by the target for the given type. +The prefix of the @code{Atomic_Always_Lock_Free} attribute is a type. The +result indicates whether atomic operations are supported by the target +for the given type. @node Attribute Bit,Attribute Bit_Position,Attribute Atomic_Always_Lock_Free,Implementation Defined Attributes @anchor{gnat_rm/implementation_defined_attributes attribute-bit}@anchor{178} diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 997086c..7bad8b4 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -19,7 +19,7 @@ @copying @quotation -GNAT User's Guide for Native Platforms , Apr 15, 2024 +GNAT User's Guide for Native Platforms , Apr 16, 2024 AdaCore @@ -29580,8 +29580,8 @@ to permit their use in free software. @printindex ge -@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } @anchor{d1}@w{ } +@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } @c %**end of body @bye |