Re: [fpc-pascal] Bug in RTL for arm

2006-03-06 Thread Koenraad Lelong
Koenraad Lelong schreef: Martin Schreiber schreef: On Sunday 19 February 2006 19.04, Koenraad Lelong wrote: Hi, Today I did an update via svn. When I compiled for arm (in the hope that the bug I encountered a while ago would have disappeared) I found a bug in rtl/linux/arm/sysnr.inc : Const

Re: [fpc-pascal] Bug in RTL for arm

2006-02-26 Thread Marco van de Voort
> Last time I checked SVN this seems solved (is it ? I modified my > source-file which didn't get updated, so I renamed my source-file and > then a new file appeared which contained the fix), but in 2.0.3 (of feb. > 24) it is not. > With 2.0.3 that error I mentioned does not appear, so I'm tryin

Re: [fpc-pascal] Bug in RTL for arm

2006-02-26 Thread Koenraad Lelong
Martin Schreiber schreef: On Sunday 19 February 2006 19.04, Koenraad Lelong wrote: Hi, Today I did an update via svn. When I compiled for arm (in the hope that the bug I encountered a while ago would have disappeared) I found a bug in rtl/linux/arm/sysnr.inc : Const syscall_nr_base = syscall_n

Re: [fpc-pascal] Bug in RTL for arm

2006-02-26 Thread Koenraad Lelong
Martin Schreiber schreef: On Sunday 19 February 2006 19.04, Koenraad Lelong wrote: Hi, Today I did an update via svn. When I compiled for arm (in the hope that the bug I encountered a while ago would have disappeared) I found a bug in rtl/linux/arm/sysnr.inc : Const syscall_nr_base = syscall_n

[fpc-pascal] Bug in RTL for arm

2006-02-19 Thread Koenraad Lelong
Hi, Today I did an update via svn. When I compiled for arm (in the hope that the bug I encountered a while ago would have disappeared) I found a bug in rtl/linux/arm/sysnr.inc : Const syscall_nr_base = syscall_nr_base; I modified this to : Const syscall_nr_base = $90; which is similar to