From: Vladimir Makarov Date: Thu, 12 Sep 2013 18:26:46 +0000 (+0000) Subject: Add missed .c for the file name in Changelog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84f6d9fa3de366017eafa07730e2ee9a1886f3d7;p=gcc.git Add missed .c for the file name in Changelog From-SVN: r202537 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a3fca2f193..91dba09a866 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,7 @@ 2013-09-12 Vladimir Makarov PR middle-end/58335 - * lra-eliminations (remove_reg_equal_offset_note): New. + * lra-eliminations.c (remove_reg_equal_offset_note): New. (eliminate_regs_in_insn): Rewrite frame pointer to hard frame pointer elimination with using remove_reg_equal_offset_note.