Minor tweaks
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 5 Apr 2011 08:41:58 +0000 (08:41 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 5 Apr 2011 08:41:58 +0000 (08:41 +0000)
From-SVN: r171974

gcc/ChangeLog

index e0f63531dbc85838128f7b8adaaa2f0616cef32b..a23403a4e1ae8a3dff282376e4e1a94dff019854 100644 (file)
@@ -8,19 +8,19 @@
 
 2011-04-04  Richard Henderson  <rth@redhat.com>
 
-       PR 48400
+       PR bootstrap/48400
        * dwarf2out.c (output_line_info): Always emit line info from
        at least one section.
        (dwarf2out_init): Create text_section_line_info here ...
        (set_cur_line_info_table): ... not here.
 
-2011-04-01  Vladimir Makarov  <vmakarov@redhat.com>
+2011-04-04  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR target/48380
        * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
-          not called.
+       not called.
 
-       * ira-emit.c (emit_move_list): Update reg equiv init insn list.
+       * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
 
 2011-04-04  Steven Bosscher  <steven@gcc.gnu.org>