Allow building a powerpc cross-kgdb.
This commit is contained in:
parent
57c4d565e2
commit
f502124c06
@ -28,8 +28,13 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef CROSS_DEBUGGER
|
||||
#include <sys/powerpc/include/pcb.h>
|
||||
#include <sys/powerpc/include/frame.h>
|
||||
#else
|
||||
#include <machine/pcb.h>
|
||||
#include <machine/frame.h>
|
||||
#endif
|
||||
#include <err.h>
|
||||
#include <kvm.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user