From: Richard Henderson Date: Tue, 2 Aug 2011 21:23:58 +0000 (-0700) Subject: Fix my last changelog entry. X-Git-Tag: releases/gcc-4.7.0~4814 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cde7b553dbabe7d7341998f54979af2190539cd7;p=thirdparty%2Fgcc.git Fix my last changelog entry. From-SVN: r177217 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a843f8dd69ef..d873cda3a2ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,6 +11,9 @@ * config/h8300/h8300.c (push, pop): Return the insn. (h8300_swap_into_er6): Generate correct unwind info. (h8300_swap_out_of_er6): Likewise. + * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a + complex cfa expression. + (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too. 2011-08-02 H.J. Lu