aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2019-08-19 08:35:44 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-08-19 08:35:44 +0000
commitb1d7f6fe2beffb06c9745e1afba73a6aa7fa9dbd (patch)
treef9f741f5ff04dce8bbb7c5f9f532e43d95895311 /gcc
parentd9ef7b974555fe62f3e93835720edde6ff889ac5 (diff)
downloadgcc-b1d7f6fe2beffb06c9745e1afba73a6aa7fa9dbd.zip
gcc-b1d7f6fe2beffb06c9745e1afba73a6aa7fa9dbd.tar.gz
gcc-b1d7f6fe2beffb06c9745e1afba73a6aa7fa9dbd.tar.bz2
[Ada] Opt: clean up left-overs of earlier implementation in comment
2019-08-19 Eric Botcazou <ebotcazou@adacore.com> gcc/ada/ * opt.ads: Clean up left-overs of earlier implementation in comment: From-SVN: r274642
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/opt.ads6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 78e1743..3163ad1 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-19 Eric Botcazou <ebotcazou@adacore.com>
+
+ * opt.ads: Clean up left-overs of earlier implementation in
+ comment:
+
2019-08-19 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Derived_Enumeration_Type): Do no freeze anonymous
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads
index 4d3e87e..3158899 100644
--- a/gcc/ada/opt.ads
+++ b/gcc/ada/opt.ads
@@ -501,7 +501,7 @@ package Opt is
type Distribution_Stub_Mode_Type is
-- GNAT
(No_Stubs,
- -- Normal mode, no generation/compilation of distribution stubs
+ -- Normal mode, no generation of distribution stubs
Generate_Receiver_Stub_Body,
-- The unit being compiled is the RCI body, and the compiler will
@@ -513,8 +513,8 @@ package Opt is
Distribution_Stub_Mode : Distribution_Stub_Mode_Type := No_Stubs;
-- GNAT
- -- This enumeration variable indicates the five states of distribution
- -- annex stub generation/compilation.
+ -- This enumeration variable indicates the three states of distribution
+ -- annex stub generation.
Do_Not_Execute : Boolean := False;
-- GNATMAKE