Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/modules/lazydylib1.c

Source at commit 658 created 13 years 4 months ago.
By meklort, Makeful update (again). Added a ugly hack so that only c++ modules will link agains the uClibc++ module. Removed the possibility for modules to link agains themselfs. Added laxydylib1.c so that if you try to compile a module with -lazy_library instead of -weak_library, the build will not fail
1/*
2000003b3 S _dyld_lazy_dylib_proxy
300000071 T _lazy_load_dylib
400000000 T dyld_lazy_dylib_stub_binding_helper
5*/
6#if 0
7int dyld_lazy_dylib_proxy()
8{
9return 0;
10}
11
12void* lazy_load_dylib(void* lazyPointer)
13{
14}
15#endif

Archive Download this file

Revision: 658