Routines for currently-unsupported architectures. findcall() just returns

in dummy.c, and dummy.h mostly contains copyright.  (These were originally
the hp300 files from the UCBerkeley net2 tape.)
This commit is contained in:
Sean Eric Fagan
1992-03-06 12:01:13 +00:00
parent 09ff0e74d9
commit 921bc43581
2 changed files with 61 additions and 0 deletions

13
gprof/dummy.c Normal file
View File

@@ -0,0 +1,13 @@
#include "gprof.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;
{
}