From: H.J. Lu Date: Fri, 19 Jun 1998 21:52:37 +0000 (+0000) Subject: * dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79a2acc80213e08044bfc9225a33ddf0b0e92681;p=gcc.git * dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations. From-SVN: r20606 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f0daa64e603..3706e72e38a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,9 @@ Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org) + * dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations. + * c-typeck.c (c_expand_asm_operands): Use proper values when calling - expand_expr.. + expand_expr. * c-lex.c (yyprint): Add prototype. (check_newline, build_objc_string): Remove declaration. diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index b94fb2198a7..ad6232ed3c9 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -35,3 +35,7 @@ extern void dwarf2out_line PROTO ((char *, unsigned)); extern void dwarf2out_frame_init PROTO ((void)); extern void dwarf2out_frame_debug PROTO ((rtx)); extern void dwarf2out_frame_finish PROTO ((void)); + +extern void debug_dwarf PROTO ((void)); +struct die_struct; +extern void debug_dwarf_die PROTO ((struct die_struct *));