Chameleon

Chameleon Commit Details

Date:2011-08-05 21:35:56 (12 years 7 months ago)
Author:Evan Lojewski
Commit:1284
Parents: 1283
Message:Addmissing symbol in modules_support.s.
Changes:
M/branches/xZenu/src/modules/MakeInc.dir
M/branches/xZenu/src/modules/ModuleSystem/i386/modules_support.s

File differences

branches/xZenu/src/modules/MakeInc.dir
101101
102102
103103
104
104105
105106
106107
###### Build module into the code binary ######
$(SYMROOT)/$(MODULE_NAME).${ARCH}.linker.dylib: $(MODULE_DEPENDENCIES) ${MODULE_OBJECTS} $(OBJROOT)/$(MODULE_NAME).desc $(OBJROOT)/$(MODULE_NAME).author Makefile
@echo "\t[LD:${ARCH}] (LINKER) $(MODULE_NAME).${ARCH}dylib"
@ld -arch ${ARCH} \
-alias _$(MODULE_START) start \
-dylib -read_only_relocs suppress \
branches/xZenu/src/modules/ModuleSystem/i386/modules_support.s
11
22
3
3
4
5
6
47
58
69
#ifdef CONFIG_MODULESYSTEM_MODULE
#include <architecture/i386/asm_help.h>
LABEL(dyld_stub_binder)
jmp_dyld_stub_binder
LABEL(dyld_void_start)
LABEL(_ModuleSystem_start)
ret

Archive Download the corresponding diff file

Revision: 1284