Sat Mar 15 19:17:31 1997 H.J. Lu <hjl@lucon.org>

* symtab.h (find_call): Declare.
	* cg_arcs.c (cg_assemble): Don't declare find_call.
	* hist.c (scale_and_align_entries): Declare.
This commit is contained in:
Ian Lance Taylor 1997-03-16 00:18:26 +00:00
parent 18f7e3dc7f
commit 1eb9fa9eba
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Sat Mar 15 19:17:31 1997 H.J. Lu <hjl@lucon.org>
* symtab.h (find_call): Declare.
* cg_arcs.c (cg_assemble): Don't declare find_call.
* hist.c (scale_and_align_entries): Declare.
Thu Feb 27 12:46:53 1997 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Define BSD44_FORMAT if the target looks like a

View File

@ -576,8 +576,7 @@ DEFUN_VOID (cg_assemble)
Sym *parent, **time_sorted_syms, **top_sorted_syms;
long index;
Arc *arc;
extern void find_call PARAMS ((Sym * parent,
bfd_vma p_lowpc, bfd_vma p_highpc));
/*
* initialize various things:
* zero out child times.

View File

@ -12,6 +12,8 @@
#include "sym_ids.h"
#include "utils.h"
static void scale_and_align_entries PARAMS ((void));
/* declarations of automatically generated functions to output blurbs: */
extern void flat_blurb PARAMS ((FILE * fp));

View File

@ -102,4 +102,6 @@ extern void sym_init PARAMS ((Sym * sym));
extern void symtab_finalize PARAMS ((Sym_Table * symtab));
extern Sym *sym_lookup PARAMS ((Sym_Table * symtab, bfd_vma address));
extern void find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
#endif /* symtab_h */