mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Allow building a powerpc cross-kgdb.
This commit is contained in:
parent
57c4d565e2
commit
f502124c06
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234739
@ -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