diff options
author | Gary Dismukes <dismukes@adacore.com> | 2019-12-13 09:05:43 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-12-13 09:05:43 +0000 |
commit | 814db0c199fb9c050008f9f1e12534425ccc40c8 (patch) | |
tree | d6b461cf67ff5d6ad23138d5350ef6804c38d5c4 /gcc | |
parent | 9531aef54f34b65aab0efe92a713d0f825b6cefe (diff) | |
download | gcc-814db0c199fb9c050008f9f1e12534425ccc40c8.zip gcc-814db0c199fb9c050008f9f1e12534425ccc40c8.tar.gz gcc-814db0c199fb9c050008f9f1e12534425ccc40c8.tar.bz2 |
[Ada] Minor rewording of one sentence
2019-12-13 Gary Dismukes <dismukes@adacore.com>
gcc/ada/
* doc/gnat_rm/implementation_defined_pragmas.rst: Minor
rewording of one sentence.
* gnat_rm.texi: Regenerate.
From-SVN: r279368
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst | 4 | ||||
-rw-r--r-- | gcc/ada/gnat_rm.texi | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d48a361..1fea353 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2019-12-13 Gary Dismukes <dismukes@adacore.com> + + * doc/gnat_rm/implementation_defined_pragmas.rst: Minor + rewording of one sentence. + * gnat_rm.texi: Regenerate. + 2019-12-13 Arnaud Charlet <charlet@adacore.com> * exp_unst.adb (Unnest_Subprogram): Account for trees produced diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst index 04e4ac8..6d0bdd8 100644 --- a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst +++ b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst @@ -3058,8 +3058,8 @@ different ways: The compile-time approach is intended to optimize the generated code for the pragma, by possibly using fast operations such as ``memset``. Note that such - optimizations require using values the bytes of which all have the same - binary representation. + optimizations require using values where the bytes all have the same binary + representation. * At bind time, the programmer has several options: diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 19c6290..f7c2923 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -4509,8 +4509,8 @@ particular family of scalar types using the optional arguments of the pragma. The compile-time approach is intended to optimize the generated code for the pragma, by possibly using fast operations such as @code{memset}. Note that such -optimizations require using values the bytes of which all have the same -binary representation. +optimizations require using values where the bytes all have the same binary +representation. @item At bind time, the programmer has several options: |