Carsten Bager schrieb:
> In the cprt0.as file (used when linking with libc in Arm/Linux) line
> 74 says
>
> /* load argv
> mov a3, sp
>
> I think it should be
>
> /* load argv */
> mov a3, sp
>
> Now the "mov a3, sp" instruction is included.
> Maybe this paramet
In the cprt0.as file (used when linking with libc in Arm/Linux) line
74 says
/* load argv
mov a3, sp
I think it should be
/* load argv */
mov a3, sp
Now the "mov a3, sp" instruction is included.
Maybe this parameter is only used when starting C programs, but ...
On 01/08/07, Carsten Bager <[EMAIL PROTECTED]> wrote:
> Is there anyboddy how knows where to find a startup file (cprt0.as) for
> uclibc (Arm on linux).
>
look at crt1.s in this directory:
http://uclibc.org/cgi-bin/viewcvs.cgi/trunk/uClibc/libc/sysdeps/linux/arm/
i have no idea how this ties int
Is there anyboddy how knows where to find a startup file (cprt0.as) for
uclibc (Arm on linux).
Carsten
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal