]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix nits
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 13 Jun 2009 19:18:57 +0000 (19:18 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 13 Jun 2009 19:18:57 +0000 (19:18 +0000)
From-SVN: r148460

gcc/ada/ChangeLog

index cd160a218910036cabfe82aa824a05f873cb347b..c22d2a76ca9b40671856a797fc292946be7e3aa5 100644 (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>