[uClibc-cvs] svn commit: trunk/uClibc/ldso/ldso/sh

vapier at uclibc.org vapier at uclibc.org
Wed Aug 10 04:35:28 UTC 2005


Author: vapier
Date: 2005-08-09 22:35:27 -0600 (Tue, 09 Aug 2005)
New Revision: 11093

Log:
use the inline version of _dl_parse_dynamic_info

Modified:
   trunk/uClibc/ldso/ldso/sh/dl-startup.h


Changeset:
Modified: trunk/uClibc/ldso/ldso/sh/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/sh/dl-startup.h	2005-08-10 02:29:10 UTC (rev 11092)
+++ trunk/uClibc/ldso/ldso/sh/dl-startup.h	2005-08-10 04:35:27 UTC (rev 11093)
@@ -26,6 +26,9 @@
  */
 #define GET_ARGV(ARGVP, ARGS) ARGVP = ((unsigned long*)   ARGS)
 
+/* We can't call functions earlier in the dl startup process */
+#define NO_FUNCS_BEFORE_BOOTSTRAP
+
 /*
  * Here is a macro to perform a relocation.  This is only used when
  * bootstrapping the dynamic loader.  RELP is the relocation that we




More information about the uClibc-cvs mailing list