Fix oversight
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 26 Sep 2011 11:43:08 +0000 (11:43 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 26 Sep 2011 11:43:08 +0000 (11:43 +0000)
From-SVN: r179190

gcc/ada/ChangeLog

index a7900c3c679a78ad30688c0bae6bf75236c7be7c..097c792e98a7ac59f0b6581704f8870983dc5eb8 100644 (file)
@@ -1,14 +1,14 @@
+2011-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * s-atocou-x86.adb (Decrement): Use %;.
+       (Increment): Likewise.
+
 2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/utils2.c (build_allocator): Set TREE_THIS_NOTRAP on the
        dereference of the pointer to the storage area.  Remove useless type
        conversions and factor out common code.
 
-2011-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
-
-       * s-atocou-x86.adb (Decrement): Use %;.
-       (Increment): Likewise.
-
 2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/utils.c (maybe_unconstrained_array): Declare TYPE local
        * gcc-interface/Makefile.in (EXTRA_GNATTOOLS_OBJS): Use libcommon.a
        instead of version.o.
 
-2011-05-18  Kai Tietz <ktietz@redhat.com>
+2011-05-18  Kai Tietz  <ktietz@redhat.com>
 
        * gcc-interface/trans.c (Exception_Handler_to_gnu_sjlj): Use
        boolean_false_node instead of integer_zero_node.
@@ -14452,7 +14452,7 @@ notice and this notice are preserved.
        * gcc-interface/Makefile.in (EXTRA_GNATTOOLS_OBJS): Use libcommon.a
        instead of version.o.
 
-2011-05-18  Kai Tietz <ktietz@redhat.com>
+2011-05-18  Kai Tietz  <ktietz@redhat.com>
 
        * gcc-interface/trans.c (Exception_Handler_to_gnu_sjlj): Use
        boolean_false_node instead of integer_zero_node.