Add NULL to end of argv array.
This commit is contained in:
parent
dea6510472
commit
28ecb2f58e
@ -1,3 +1,7 @@
|
|||||||
|
2002-11-18 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* libc/sys/arm/crt0.S: Add NULL to end of argv array.
|
||||||
|
|
||||||
2002-11-14 Jeff Johnston <jjohnstn@redhat.com>
|
2002-11-14 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* testsuite/lib/passfail.exp (newlib_pass_fail): Changed to
|
* testsuite/lib/passfail.exp (newlib_pass_fail): Changed to
|
||||||
|
@ -181,6 +181,13 @@ __change_mode:
|
|||||||
bhi .LC13
|
bhi .LC13
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Push a NULL argument onto the end of the list. */
|
||||||
|
mov r2, #0
|
||||||
|
#ifdef __thumb__
|
||||||
|
push {r2}
|
||||||
|
#else
|
||||||
|
stmfd sp!, {r1}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __USES_INITFINI__
|
#ifdef __USES_INITFINI__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user