OSDN Git Service

* dwarf2out.c (output_call_frame_info): Use
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Oct 1998 10:04:48 +0000 (10:04 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Oct 1998 10:04:48 +0000 (10:04 +0000)
ASM_OUTPUT_DWARF_DELTA4 for the CIE offset to match frame.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23474 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index 70c5155..248bf0e 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 86bfec5..4c350eb 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)