* dwarf2out.c (output_call_frame_info): Use l1 instead of ".".

From-SVN: r16215
This commit is contained in:
Jason Merrill 1997-10-28 18:23:50 +00:00 committed by Jason Merrill
parent 66d91cb9ea
commit ede1993290
2 changed files with 6 additions and 1 deletions

View 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.

View 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)