aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1fb10c7..21e1a20 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,12 @@
-2005-10-25 James E. Wilson <wilson@specifix.com>
-
+2005-10-31 James E. Wilson <wilson@specifix.com>
+
+ PR debug/24444
+ * dwarf2out.c (convert_cfa_to_loc_list): Put inside DWARF2_UNWIND_INFO
+ ifdef. Put ifdefs around call in gen_subprogram_die.
+ (compute_frame_pointer_to_cfa_displacement): Likewise.
+ (gen_subprogram_die): Restore old code for when DWARF2_UNWIND_INFO is
+ not defined.
+
PR rtl-optimization/17356
* cfgrtl.c (purge_dead_edges): Undo last change. In EDGE_EH code,
add check for CALL_INSN if EDGE_ABRNOMAL_CALL true.