forked from Imagelibrary/binutils-gdb
ns532 support from Ian Dall
This commit is contained in:
13
gprof/ns532.c
Normal file
13
gprof/ns532.c
Normal 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;
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user