svn commit: trunk/uClibc/docs

vapier at uclibc.org vapier at uclibc.org
Thu Jan 19 09:38:41 UTC 2006


Author: vapier
Date: 2006-01-19 01:38:38 -0800 (Thu, 19 Jan 2006)
New Revision: 13413

Log:
note a few more places where glibc stores their stuff

Modified:
   trunk/uClibc/docs/PORTING


Changeset:
Modified: trunk/uClibc/docs/PORTING
===================================================================
--- trunk/uClibc/docs/PORTING	2006-01-19 09:22:39 UTC (rev 13412)
+++ trunk/uClibc/docs/PORTING	2006-01-19 09:38:38 UTC (rev 13413)
@@ -77,6 +77,7 @@
 - dl-startup.h:
   - define the _start function which should call _dl_start which takes just one
     parameter ... a pointer to argc (usually on the stack)
+    glibc stores this function in libc/sysdeps/ARCH/dl-machine.h as RTLD_START
   - define the GET_ARGV() macro which calculates the value of argv based upon
     the parameter passed to _dl_start (usually it's simply just ARGS+1)
   - define PERFORM_BOOTSTRAP_RELOC() macro which will handle just the relocs
@@ -113,3 +114,4 @@
   - call _dl_linux_resolver()
   - clean up after call
   - jump to function address now stored in PLT
+  glibc stores this function in libc/sysdeps/ARCH/dl-trampoline.S




More information about the uClibc-cvs mailing list