This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
oss
/
uclibc-ng
Segui
4
Vota
1
Forka
0
File
Problemi
3
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Somehow the bit of code that add the offset of envp to argv got lost
and envp was a very small number and not an address. I think this fixes
most of the SH platform.
David McCullough
24 anni fa
parent
e647e8e70e
commit
cc6148b1d2
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
libc/sysdeps/linux/sh/crt0.S
+ 1
- 0
libc/sysdeps/linux/sh/crt0.S
Vedi File
@@ -62,6 +62,7 @@ _start:
mov r4,r6
add #1,r6
shll2 r6
+ add r5,r6
/* call main */
mov.l L_main, r0