浏览代码

use the inline version of _dl_parse_dynamic_info

Mike Frysinger 20 年之前
父节点
当前提交
0b6cdbe416
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      ldso/ldso/sh/dl-startup.h

+ 3 - 0
ldso/ldso/sh/dl-startup.h

@@ -26,6 +26,9 @@ asm(
  */
 #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