aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1997-10-28 18:23:50 +0000
committerJason Merrill <jason@gcc.gnu.org>1997-10-28 13:23:50 -0500
commitede199329090ba13ce5679dbf99732f2727f8ee9 (patch)
tree975b4eb2b01aa2fbf89b95df79f0292b09dbaaf1 /gcc
parent66d91cb9ea809aa3c827f176f0c1c720253da10d (diff)
downloadgcc-ede199329090ba13ce5679dbf99732f2727f8ee9.zip
gcc-ede199329090ba13ce5679dbf99732f2727f8ee9.tar.gz
gcc-ede199329090ba13ce5679dbf99732f2727f8ee9.tar.bz2
* dwarf2out.c (output_call_frame_info): Use l1 instead of ".".
From-SVN: r16215
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/dwarf2out.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7bc8e3f..9d7055e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 45b60d6..196fd76 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -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)