[fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues

2008-05-30 Thread Nataraj S Narayan
Hi Florian and other friends I am involved in porting existing C code to Arm Linux for AT91SAM9263 Ek board with 340x220 display. I need to write lots of console kinda apps. I am using a qemu-system-arm emulated Armel Debian machine on a Debian x86 Lenny distro for writing code. I installed

Re: [fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues

2008-05-30 Thread Terry Kemp
On Fri, 2008-05-30 at 12:25 +0530, Nataraj S Narayan wrote: Hi Florian and other friends I am involved in porting existing C code to Arm Linux for AT91SAM9263 Ek board with 340x220 display. I need to write lots of console kinda apps. I am using a qemu-system-arm emulated Armel Debian

[fpc-pascal] var r: record = () initialization

2008-05-30 Thread L
Consider local procedure scope stack records in MODE OBJFPC: procedure var R1: TSomeRecord = (); R2: TSomeRecord; procedure var O1: TSomeOldObject = (); O2: TSomeOldObject; In the case of R1 and O1, it seems the record's fields are initialized to zero, even though the fields are not