From-SVN: r148460
This commit is contained in:
Eric Botcazou 2009-06-13 19:18:57 +00:00
parent c172df28ca
commit cd19075ff9

View File

@ -8,20 +8,18 @@
(create_field_decl): Same.
(create_param_decl): Same.
(create_label_decl): Same.
(build_decl): Same.
(create_subprog_decl): Same.
* gcc-interface/decl.c (gnat_to_gnu_entity): Same.
* gcc-interface/trans.c (Case_Statement_to_gnu): Pass location
argument to create_artificial_label.
(Case_Statement_to_gnu): Same.
(Loop_Statement_to_gnu): Same.
(Subprogram_Body_to_gnu): Same.
(gnat_gimplify_stmt): Same.
2009-06-11 Richard Henderson <rth@redhat.com>
* gcc-interface/misc.c (gnat_handle_option): Rename
OPT_gdwarf_ to OPT_gdwarfplus.
* gcc-interface/misc.c (gnat_handle_option): Rename OPT_gdwarf_ to
OPT_gdwarfplus.
2009-06-11 Ed Schonberg <schonberg@adacore.com>