diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 21:23:58 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 21:23:58 +0000 |
commit | eadd7e6b87e44077a0642519602a7c4d2dce3df6 (patch) | |
tree | 1057c21a2030596d640e69ea1f26957d5af8787d /gcc | |
parent | 40207b3988fa4d32146d30104ebd022a99dac6bd (diff) | |
download | gcc-eadd7e6b87e44077a0642519602a7c4d2dce3df6.tar.gz |
Fix my last changelog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177217 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a843f8dd69e..d873cda3a2f 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 <hongjiu.lu@intel.com> |