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-Tag: releases/gcc-4.9.0~4102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84f6d9fa3de366017eafa07730e2ee9a1886f3d7;p=thirdparty%2Fgcc.git Add missed .c for the file name in Changelog From-SVN: r202537 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a3fca2f193f..91dba09a8662 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.