aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e0f6353..a23403a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>