diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 78e17437b9a..3163ad1c142 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2019-08-19 Eric Botcazou + + * opt.ads: Clean up left-overs of earlier implementation in + comment: + 2019-08-19 Ed Schonberg * sem_ch3.adb (Derived_Enumeration_Type): Do no freeze anonymous diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index 4d3e87edc80..3158899a4b7 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