aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2011-04-05 08:41:58 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2011-04-05 08:41:58 +0000
commit720cf80f141387e8c5d6afad3bd25a13ac6de06f (patch)
tree28127337ae8822fc131c416477a3cd48fa54a894 /gcc
parentffa94123bb4c7993ed188c0bd961a42f484a12da (diff)
downloadgcc-720cf80f141387e8c5d6afad3bd25a13ac6de06f.zip
gcc-720cf80f141387e8c5d6afad3bd25a13ac6de06f.tar.gz
gcc-720cf80f141387e8c5d6afad3bd25a13ac6de06f.tar.bz2
Minor tweaks
From-SVN: r171974
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>