diff --git a/src/bin/ld/ld.h b/src/bin/ld/ld.h index b651094..3ffaa34 100644 --- a/src/bin/ld/ld.h +++ b/src/bin/ld/ld.h @@ -19,12 +19,16 @@ extern ldLibrary *libs; +void _ld(); uInt32 ldFindFunc(char *,char *); ldLibrary *ldFindLibrary(char *); ldLibrary *ldAddLibrary(char *); /*** $Log$ + Revision 1.1 2004/06/16 23:11:34 reddawg + ld.so: now adds librarys it is a little more efficient does the lazy binding + END ***/ diff --git a/src/sys/kernel/ld.c b/src/sys/kernel/ld.c index 606c288..79acece 100644 --- a/src/sys/kernel/ld.c +++ b/src/sys/kernel/ld.c @@ -142,7 +142,7 @@ for (i=0x0;i