Skip to content

Commit

Permalink
Fix oversight
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179190 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ebotcazou committed Sep 26, 2011
1 parent 5c4d79f commit c68c617
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gcc/ada/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -11260,7 +11260,7 @@
* 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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c68c617

Please sign in to comment.