diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index addfcd73775..99545fc2416 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-07-09 Richard Henderson <rth@redhat.com> + + PR debug/49686 + * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here... + (create_cfi_notes): ... do it here instead. + 2011-07-09 Jakub Jelinek <jakub@redhat.com> PR debug/49676 |