From 387e31168a452e925e1ec033f78fd4f2129cce08 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Tue, 15 Apr 2014 08:16:10 +0000 Subject: [PATCH] Minor tweaks git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209407 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/ChangeLog | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 77c7542c895..dfd652371a3 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -4,10 +4,12 @@ 2014-04-14 Paolo Carlini - * gcc-interface/decl.c (gnat_to_gnu_entity, components_to_record): - Use TYPE_IDENTIFIER. - * gcc-interface/utils.c (make_aligning_type, maybe_pad_type, - finish_record_type, rest_of_record_type_compilation): Likewise. + * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_IDENTIFIER. + (components_to_record): Likewise. + * gcc-interface/utils.c (make_aligning_type): Likewise. + (maybe_pad_type): Likewise. + (finish_record_type): Likewise. + (rest_of_record_type_compilation): Likewise. 2014-04-14 Eric Botcazou @@ -22,7 +24,7 @@ * gcc-interface/ada-tree.h (LOOP_STMT_IVDEP): New macro. * gcc-interface/trans.c (Pragma_to_gnu) : Deal with new Ivdep hint. - (gnat_gimplify_stmt) : Propagate the loop hints. + (gnat_gimplify_stmt) : Propagate loop hints. 2014-04-14 Eric Botcazou Robert Dewar @@ -50,7 +52,7 @@ offset for the field, if any. 2014-04-09 Eric Botcazou - Svante Signell + Svante Signell PR ada/54040 PR ada/59346 -- 2.11.4.GIT