From: Mark Mitchell Date: Sat, 31 Oct 1998 10:04:48 +0000 (+0000) Subject: dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_DWARF_DELTA4 for the CIE offset... X-Git-Tag: prereleases/libgcj-0.1~2207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21af493bcded59ae22f6c5d54d1f3ce1aa97d2f7;p=thirdparty%2Fgcc.git dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_DWARF_DELTA4 for the CIE offset to match frame.c. * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_DWARF_DELTA4 for the CIE offset to match frame.c. From-SVN: r23474 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 70c5155d30d0..248bf0e8e282 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 31 10:02:48 1998 Mark Mitchell + + * dwarf2out.c (output_call_frame_info): Use + ASM_OUTPUT_DWARF_DELTA4 for the CIE offset to match frame.c. + Sat Oct 31 10:23:14 1998 Kaveh R. Ghazi Reinstall Apr 24th fix, lost during May 6th gcc2 merge: diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 86bfec5b099f..4c350ebd7c19 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -1830,7 +1830,7 @@ output_call_frame_info (for_eh) ASM_OUTPUT_LABEL (asm_out_file, l1); if (for_eh) - ASM_OUTPUT_DWARF_DELTA (asm_out_file, l1, "__FRAME_BEGIN__"); + ASM_OUTPUT_DWARF_DELTA4 (asm_out_file, l1, "__FRAME_BEGIN__"); else ASM_OUTPUT_DWARF_OFFSET (asm_out_file, stripattributes (FRAME_SECTION)); if (flag_debug_asm)