Index: branches/xZenu/src/modules/ModuleSystem/ppc/modules_support.s =================================================================== --- branches/xZenu/src/modules/ModuleSystem/ppc/modules_support.s (revision 0) +++ branches/xZenu/src/modules/ModuleSystem/ppc/modules_support.s (revision 1318) @@ -0,0 +1,11 @@ +#ifdef CONFIG_MODULESYSTEM_MODULE +#include + +;LABEL(dyld_stub_binder) +; jmp _dyld_stub_binder + +LABEL(dyld_void_start) +LABEL(_ModuleSystem_start) + blr + +#endif \ No newline at end of file Index: branches/xZenu/src/modules/ModuleSystem/Makefile =================================================================== --- branches/xZenu/src/modules/ModuleSystem/Makefile (revision 1317) +++ branches/xZenu/src/modules/ModuleSystem/Makefile (revision 1318) @@ -10,5 +10,6 @@ MODULE_OBJS = linker I386_OBJS = modules_support +PPC_OBJS = modules_support include ../MakeInc.dir \ No newline at end of file Index: branches/xZenu/src/arch/ppc/boot2/boot.s =================================================================== --- branches/xZenu/src/arch/ppc/boot2/boot.s (revision 0) +++ branches/xZenu/src/arch/ppc/boot2/boot.s (revision 1318) @@ -0,0 +1,4 @@ +#include + +LABEL(dyld_stub_binding_helper) + blr Index: branches/xZenu/src/arch/ppc/boot2/Makefile =================================================================== --- branches/xZenu/src/arch/ppc/boot2/Makefile (revision 1317) +++ branches/xZenu/src/arch/ppc/boot2/Makefile (revision 1318) @@ -33,7 +33,7 @@ # enable boot2 to find boot_modules.c VPATH = $(ROOT)/sym/modules/ -OBJECTS = main ci_io ci Control2 MAC-PARTS sl_words boot_modules +OBJECTS = main boot ci_io ci Control2 MAC-PARTS sl_words boot_modules DIRS_NEEDED =