This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A small patch to dwarf2out.h


Another small patch.

-- 
H.J. Lu (hjl@gnu.org)
--
Fri Jun 19 18:42:05 1998  H.J. Lu  (hjl@gnu.org)

	* dwarf2out.h (debug_dwarf, debug_dwarf_die): New declaration.

Index: dwarf2out.h
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/dwarf2out.h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 dwarf2out.h
--- dwarf2out.h	1998/05/19 13:44:49	1.1.1.1
+++ dwarf2out.h	1998/05/20 04:09:35
@@ -35,3 +35,7 @@ extern void dwarf2out_line		PROTO ((char
 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 *));


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]