]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 28 Oct 1997 18:23:50 +0000 (18:23 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 28 Oct 1997 18:23:50 +0000 (13:23 -0500)
From-SVN: r16215

gcc/ChangeLog
gcc/dwarf2out.c

index 7bc8e3fde21c89fdd601babf0fbc851f8c553e40..9d7055e7d209cef5be7af046652addcec2915942 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct 28 10:19:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
+
+       From Brendan:
+       * dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
+
 Tue Oct 28 00:32:14 1997  Richard Henderson  <rth@cygnus.com>
 
        * alpha.c (summarize_insn [SUBREG]): Propogate SET.
index 45b60d6e11b1c01c617ab996e5211b2499223869..196fd76d9a50621b61a46bbe08127cafcf98fffe 100644 (file)
@@ -1619,7 +1619,7 @@ output_call_frame_info (for_eh)
       ASM_OUTPUT_LABEL (asm_out_file, l1);
 
       if (for_eh)
-       ASM_OUTPUT_DWARF_DELTA (asm_out_file, ".", "__FRAME_BEGIN__");
+       ASM_OUTPUT_DWARF_DELTA (asm_out_file, l1, "__FRAME_BEGIN__");
       else
        ASM_OUTPUT_DWARF_OFFSET (asm_out_file, stripattributes (FRAME_SECTION));
       if (flag_debug_asm)