diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-07-26 19:03:37 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-07-26 19:03:37 +0000 |
commit | 8ae3959e3b25087dda45e126b13471db2e1f115a (patch) | |
tree | 322a924591f55f5337339e93d9284815ead2c02c | |
parent | 4326ea401acdfac5fcda58f891efe8c9b3ed4e6e (diff) | |
download | gcc-8ae3959e3b25087dda45e126b13471db2e1f115a.zip gcc-8ae3959e3b25087dda45e126b13471db2e1f115a.tar.gz gcc-8ae3959e3b25087dda45e126b13471db2e1f115a.tar.bz2 |
Fix nits.
From-SVN: r138180
-rw-r--r-- | gcc/ada/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 137d652..fb57909 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,7 +1,7 @@ -2008-07-24 Jan Hubicka <jh@suse.cz> +2008-07-25 Jan Hubicka <jh@suse.cz> - * ada/utils.c (end_subprog_body): Remove inline trees check. - * ada/misc.c (gnat_post_options): Do not set flag_inline_trees. + * utils.c (end_subprog_body): Remove inline trees check. + * misc.c (gnat_post_options): Do not set flag_inline_trees. 2008-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> @@ -12,7 +12,7 @@ * gnathtml.pl: New file. 2008-07-19 Olivier Hainque <hainque@adacore.com> - + * targtyps.c (get_target_default_allocator_alignment): Use MALLOC_ABI_ALIGNMENT. |