diff options
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 890d436..d3ffcfd 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,13 @@ +2014-12-22 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/decl.c (check_ok_for_atomic): Rename into... + (check_ok_for_atomic_type): ...this. When checking the mode, also + check that the type is sufficient aligned. Remove useless code and + tidy up implementation. + (gnat_to_gnu_entity): Adjust to above renaming. + (gnat_to_gnu_component_type): Likewise. + (gnat_to_gnu_field): Likewise. + 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com> * gcc-interface/misc.c (gnat_get_array_descr_info): New. Use it for |