aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2019-08-10 11:59:17 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2019-08-10 11:59:17 +0200
commitab20d992c828450ce4aa869e8995ef2924740fd0 (patch)
treeea9583c50cb1f8136d60635217dcde7e4e73a6f7 /gcc/ada
parent740392538848e2c1b4535f3b6fc7e018930c0a64 (diff)
downloadgcc-ab20d992c828450ce4aa869e8995ef2924740fd0.zip
gcc-ab20d992c828450ce4aa869e8995ef2924740fd0.tar.gz
gcc-ab20d992c828450ce4aa869e8995ef2924740fd0.tar.bz2
Assorted ChangeLog cleanups.
From-SVN: r274250
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index bcfc8cc..cb3892f 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,4 +1,4 @@
-2019-08-02 Alexandre Oliva <oliva@adacore.com>
+2019-08-02 Alexandre Oliva <oliva@adacore.com>
* libgnat/a-exexpr.adb (Begin_Handler_v1, End_Handler_v1): New.
(Claimed_Cleanup): New.
@@ -281,7 +281,7 @@
2019-07-22 Ed Schonberg <schonberg@adacore.com>
- * freeze.adb (Freeze_Fixed_Point_Type): When freezing a
+ * freeze.adb (Freeze_Fixed_Point_Type): When freezing a
fixed-point subtype, check whether the parent type declarastion
includes an aspect specification for the 'Small type attribute,
and inherit the specified value.
@@ -1945,7 +1945,7 @@
* libgnat/g-traceb.ads, libgnat/g-traceb.adb (Call_Chain): New
function.
-2019-07-04 James Clarke <jrtc27@debian.org>
+2019-07-04 James Clarke <jrtc27@debian.org>
* libgnarl/s-osinte__kfreebsd-gnu.ads (clockid_t): Make type
definition public.
@@ -2508,7 +2508,7 @@
2019-07-03 Ed Schonberg <schonberg@adacore.com>
- * inline.adb (Make_Loop_Labels_Unique): New procedure to modify
+ * inline.adb (Make_Loop_Labels_Unique): New procedure to modify
the source code of subprograms that are inlined by the
front-end, to prevent accidental duplication between loop labels
in the inlined code and the code surrounding the inlined call.