diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-13 23:21:45 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-13 23:21:45 +0000 |
commit | fbcbb8c4d40eca2914165498f7645a2aa077afca (patch) | |
tree | 3ab87346e0690fac2153b72c4edf9a658e0841d3 /gprof/ns532.c | |
parent | 60a70a7b0ebe4e30a99f1a3154ff445c5926b834 (diff) | |
download | gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.zip gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.tar.gz gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.tar.bz2 |
ns532 support from Ian Dall
Diffstat (limited to 'gprof/ns532.c')
-rw-r--r-- | gprof/ns532.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gprof/ns532.c b/gprof/ns532.c new file mode 100644 index 0000000..21a6db3 --- /dev/null +++ b/gprof/ns532.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; +{ +} |