* alpha.c (alpha_find_call): Warning fixes.
[deliverable/binutils-gdb.git] / gprof / corefile.h
index a1457da7e2cfae995ca067cc9630e39226a085c5..7ecbbff87fd9579704d2ac3b22c8fcd92d762567 100644 (file)
@@ -1,6 +1,6 @@
 /* corefile.h
 
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -21,6 +21,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef corefile_h
 #define corefile_h
 
+struct function_map
+{
+  char *function_name;
+  char *file_name;
+};
+
+extern struct function_map *symbol_map;
+extern unsigned int symbol_map_count;
+
 extern bfd *core_bfd;          /* BFD for core-file.  */
 extern int core_num_syms;      /* # of entries in symbol-table.  */
 extern asymbol **core_syms;    /* Symbol table in a.out.  */
This page took 0.023558 seconds and 4 git commands to generate.