Re: [fpc-pascal] cprt0

2007-08-02 Thread Florian Klaempfl
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

Re: [fpc-pascal] cprt0

2007-08-01 Thread Henry Vermaak
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