Add PPC_OEA64 and netbsd32_sigcode.S

This commit is contained in:
matt 2003-08-03 21:38:08 +00:00
parent 618c78b771
commit e3e80aa5d7
1 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: files.powerpc,v 1.50 2003/07/18 01:08:11 matt Exp $ # $NetBSD: files.powerpc,v 1.51 2003/08/03 21:38:08 matt Exp $
defflag opt_altivec.h ALTIVEC K_ALTIVEC defflag opt_altivec.h ALTIVEC K_ALTIVEC
defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE
defparam opt_ppcparam.h L2CR_CONFIG L3CR_CONFIG INTSTK SPILLSTK CLOCKBASE defparam opt_ppcparam.h L2CR_CONFIG L3CR_CONFIG INTSTK SPILLSTK CLOCKBASE
defflag opt_ppcarch.h PPC_OEA PPC_MPC8XX PPC_IBM4XX PPC_IBM403 defflag opt_ppcarch.h PPC_OEA PPC_OEA64 PPC_MPC8XX PPC_IBM4XX PPC_IBM403
defflag opt_pmap.h PMAPDEBUG PMAPCHECK PMAPCOUNTERS defflag opt_pmap.h PMAPDEBUG PMAPCHECK PMAPCOUNTERS
file arch/powerpc/powerpc/copystr.c file arch/powerpc/powerpc/copystr.c
@ -65,6 +65,9 @@ include "compat/darwin/files.darwin"
include "compat/freebsd/files.freebsd" include "compat/freebsd/files.freebsd"
file arch/powerpc/powerpc/darwin_machdep.c compat_darwin file arch/powerpc/powerpc/darwin_machdep.c compat_darwin
include "compat/netbsd32/files.netbsd32"
file arch/powerpc/powerpc/netbsd32_sigcode.S compat_netbsd32
# OSS audio driver compatibility # OSS audio driver compatibility
include "compat/ossaudio/files.ossaudio" include "compat/ossaudio/files.ossaudio"