Chameleon

Chameleon Commit Details

Date:2011-08-07 07:35:46 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1318
Parents: 1317
Message:Add missing symbol for ppc
Changes:
A/branches/xZenu/src/arch/ppc/boot2/boot.s
A/branches/xZenu/src/modules/ModuleSystem/ppc/modules_support.s
M/branches/xZenu/src/modules/ModuleSystem/Makefile
M/branches/xZenu/src/arch/ppc/boot2/Makefile

File differences

branches/xZenu/src/modules/ModuleSystem/ppc/modules_support.s
1
2
3
4
5
6
7
8
9
10
11
#ifdef CONFIG_MODULESYSTEM_MODULE
#include <architecture/ppc/asm_help.h>
;LABEL(dyld_stub_binder)
;jmp_dyld_stub_binder
LABEL(dyld_void_start)
LABEL(_ModuleSystem_start)
blr
#endif
branches/xZenu/src/modules/ModuleSystem/Makefile
1010
1111
1212
13
1314
1415
MODULE_OBJS = linker
I386_OBJS = modules_support
PPC_OBJS = modules_support
include ../MakeInc.dir
branches/xZenu/src/arch/ppc/boot2/boot.s
1
2
3
4
#include <architecture/ppc/asm_help.h>
LABEL(dyld_stub_binding_helper)
blr
branches/xZenu/src/arch/ppc/boot2/Makefile
3333
3434
3535
36
36
3737
3838
3939
# 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 =

Archive Download the corresponding diff file

Revision: 1318