From 37e83a04b1bedb82894f26a37ef4e1caeebf9b5d Mon Sep 17 00:00:00 2001 From: law Date: Thu, 16 Apr 1998 22:46:15 +0000 Subject: [PATCH] * dwarfout.c (decl_class_context): Add prototype. (output_inheritance_die, type_ok_for_scope): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19248 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 3 +++ gcc/dwarf2out.c | 1 + 2 files changed, 4 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1639c2..e586b3d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com) + * dwarfout.c (decl_class_context): Add prototype. + (output_inheritance_die, type_ok_for_scope): Likewise. + * c-lex.c (skip_white_space_on_line): Add prototype. * alias.c (record_set): Add prototype. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 9d43183..5ee4a90 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -201,6 +201,7 @@ static void initial_return_save PROTO((rtx)); static void output_cfi PROTO((dw_cfi_ref, dw_fde_ref)); static void output_call_frame_info PROTO((int)); static unsigned reg_number PROTO((rtx)); +static void dwarf2out_stack_adjust PROTO((rtx)); /* Definitions of defaults for assembler-dependent names of various pseudo-ops and section names. -- 2.7.4