forked from Imagelibrary/binutils-gdb
Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
#include "gprof.h"
|
||||
#include "symtab.h"
|
||||
|
||||
|
||||
/*
|
||||
* dummy.c -- This file should be used for an unsupported processor type.
|
||||
* It does nothing, but prevents findcall() from being unresolved.
|
||||
*/
|
||||
|
||||
findcall( parentp , p_lowpc , p_highpc )
|
||||
nltype *parentp;
|
||||
unsigned long p_lowpc;
|
||||
unsigned long p_highpc;
|
||||
void
|
||||
DEFUN(find_call, (parent, p_lowpc, p_highpc),
|
||||
Sym *parent AND bfd_vma p_lowpc AND bfd_vma p_highpc)
|
||||
{
|
||||
}
|
||||
fprintf(stderr, "%s: -c supported on this machine architecture\n",
|
||||
whoami);
|
||||
} /* find_call */
|
||||
|
||||
/*** end of dummy.c ***/
|
||||
|
||||
Reference in New Issue
Block a user