diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-04-05 08:41:58 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-04-05 08:41:58 +0000 |
commit | 720cf80f141387e8c5d6afad3bd25a13ac6de06f (patch) | |
tree | 28127337ae8822fc131c416477a3cd48fa54a894 /gcc | |
parent | ffa94123bb4c7993ed188c0bd961a42f484a12da (diff) | |
download | gcc-720cf80f141387e8c5d6afad3bd25a13ac6de06f.zip gcc-720cf80f141387e8c5d6afad3bd25a13ac6de06f.tar.gz gcc-720cf80f141387e8c5d6afad3bd25a13ac6de06f.tar.bz2 |
Minor tweaks
From-SVN: r171974
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 |
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> |