aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/doc
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2021-11-08 12:46:42 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2021-12-01 10:24:39 +0000
commit6054bc84f0f6ff064c3dfc4a7e6080ffd1fdbe56 (patch)
tree88980ec50d8ef6ce7a8e011ad1023b5a7b1af725 /gcc/ada/doc
parentaeaabe7b3cb0ca9b9426468afb838f3d84126349 (diff)
downloadgcc-6054bc84f0f6ff064c3dfc4a7e6080ffd1fdbe56.zip
gcc-6054bc84f0f6ff064c3dfc4a7e6080ffd1fdbe56.tar.gz
gcc-6054bc84f0f6ff064c3dfc4a7e6080ffd1fdbe56.tar.bz2
[Ada] Document System.Atomic_Counters as supported on ARM and AARCH64
gcc/ada/ * doc/gnat_rm/the_gnat_library.rst (System.Atomic_Counters): Sync description with comment in s-atocou.ads. * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/doc')
-rw-r--r--gcc/ada/doc/gnat_rm/the_gnat_library.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/doc/gnat_rm/the_gnat_library.rst b/gcc/ada/doc/gnat_rm/the_gnat_library.rst
index d70e71c..de1c83e 100644
--- a/gcc/ada/doc/gnat_rm/the_gnat_library.rst
+++ b/gcc/ada/doc/gnat_rm/the_gnat_library.rst
@@ -2163,7 +2163,7 @@ This package provides the declaration of an atomic counter type,
together with efficient routines (using hardware
synchronization primitives) for incrementing, decrementing,
and testing of these counters. This package is implemented
-on most targets, including all Alpha, ia64, PowerPC, SPARC V9,
+on most targets, including all Alpha, AARCH64, ARM, ia64, PowerPC, SPARC V9,
x86, and x86_64 platforms.
.. _`System.Memory_(s-memory.ads)`: