From 921bc435810a376ef5bc1cf86274d0433d9478ff Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Fri, 6 Mar 1992 12:01:13 +0000 Subject: 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.) --- gprof/dummy.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gprof/dummy.c (limited to 'gprof/dummy.c') diff --git a/gprof/dummy.c b/gprof/dummy.c new file mode 100644 index 0000000..21a6db3 --- /dev/null +++ b/gprof/dummy.c @@ -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; +{ +} -- cgit v1.1