projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a740b
)
Fix my last changelog entry.
author
Richard Henderson
<rth@gcc.gnu.org>
Tue, 2 Aug 2011 21:23:58 +0000
(14:23 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Tue, 2 Aug 2011 21:23:58 +0000
(14:23 -0700)
From-SVN: r177217
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index a843f8dd69ef2687178acd2a2b864d3e4033f7bf..d873cda3a2ffe201534a4f266312f6af758106a7 100644
(file)
--- 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>