diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-04-16 22:46:15 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-16 16:46:15 -0600 |
commit | 1ad4f46be6e110470125bb53ad87661afe776fbe (patch) | |
tree | 65e199eecb5388962c07511921b24d5bbe2144ed /gcc | |
parent | e822c5938352230e51f49065e3f2c19262bc6982 (diff) | |
download | gcc-1ad4f46be6e110470125bb53ad87661afe776fbe.zip gcc-1ad4f46be6e110470125bb53ad87661afe776fbe.tar.gz gcc-1ad4f46be6e110470125bb53ad87661afe776fbe.tar.bz2 |
dwarfout.c (decl_class_context): Add prototype.
* dwarfout.c (decl_class_context): Add prototype.
(output_inheritance_die, type_ok_for_scope): Likewise.
From-SVN: r19248
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/dwarf2out.c | 1 |
2 files changed, 4 insertions, 0 deletions
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. |