patch to libc/sys/arm/crt0.S
Keith.Walker
Keith.Walker@arm.com
Wed Jun 28 02:27:00 GMT 2000
I send a patch yesterday to fix a problem in
libc/sys/arm/crt0.S to do with a missing
length field required by the #AngleSWI_Reason_GetCmdLine
SWI.
I incorrectly initialised the length to 0 on entry
rather than the length of the buffer.
Here is my amended patch.
RCS file: /cvs/src/src/newlib/libc/sys/arm/crt0.S,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 crt0.S
*** crt0.S 2000/02/17 19:39:49 1.1.1.1
--- crt0.S 2000/06/27 16:13:01
***************
*** 226,231 ****
--- 226,232 ----
#ifdef ARM_RDI_MONITOR
.LC30: .word CommandLine
+ .word 255
/* Workspace for Angel calls. */
.data
Keith Walker keith.walker@arm.com Tel:+44 (1628) 427732
ARM Ltd http://www.arm.com
More information about the Newlib
mailing list