* varasm.c (eh_frame_section): Revert change to argument list.

From-SVN: r34085
This commit is contained in:
Zack Weinberg 2000-05-22 18:39:47 +00:00 committed by Zack Weinberg
parent 2bc9f98c24
commit 5dd33f4be2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-22 Zack Weinberg <zack@wolery.cumb.org>
* varasm.c (eh_frame_section): Revert change to argument list.
Mon May 22 13:14:03 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove

View File

@ -427,7 +427,7 @@ asm_output_aligned_bss (file, decl, name, size, align)
#ifdef EH_FRAME_SECTION_ASM_OP
void
eh_frame_section (void)
eh_frame_section ()
{
if (in_section != in_eh_frame)
{