dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_DWARF_DELTA4 for the CIE offset...
authorMark Mitchell <mark@markmitchell.com>
Sat, 31 Oct 1998 10:04:48 +0000 (10:04 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 31 Oct 1998 10:04:48 +0000 (10:04 +0000)
* dwarf2out.c (output_call_frame_info): Use
ASM_OUTPUT_DWARF_DELTA4 for the CIE offset to match frame.c.

From-SVN: r23474

gcc/ChangeLog
gcc/dwarf2out.c

index 70c5155d30d0cf019b8c2a5a6894af433f90448f..248bf0e8e28288256a5b7e8687b450a7a0cb4408 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 31 10:02:48 1998  Mark Mitchell  <mark@markmitchell.com>
+
+       * 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  <ghazi@caip.rutgers.edu>
 
        Reinstall Apr 24th fix, lost during May 6th gcc2 merge:
index 86bfec5b099fc7d05d268e104091b8958eda1a1b..4c350ebd7c19835d26514ca55abef2ce82c17e29 100644 (file)
@@ -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)