Browse Source

* mipsel-android: Fixed library loading.

git-svn-id: trunk@26689 -
yury 11 years ago
parent
commit
bb1a2d21ab
1 changed files with 10 additions and 0 deletions
  1. 10 0
      rtl/android/mipsel/dllprt0.as

+ 10 - 0
rtl/android/mipsel/dllprt0.as

@@ -76,6 +76,16 @@ _haltproc:
 
 
     .comm __stkptr,4
     .comm __stkptr,4
     .comm operatingsystem_parameter_envp,4
     .comm operatingsystem_parameter_envp,4
+operatingsystem_parameter_argc:
+    .global operatingsystem_parameter_argc
+    .long 1
+operatingsystem_parameter_argv:
+    .global operatingsystem_parameter_argv
+    .long EmptyCmdLine
+EmptyCmdLine:
+    .long EmptyCmdStr
+EmptyCmdStr:
+    .ascii "\0"
 
 
 EmptyEnv:
 EmptyEnv:
     .long 0
     .long 0