[fpc-devel] help with softfloat for arm big endian crosscompiler

2006-12-12 Thread Terry Kemp
Hi, questions... Is -CfSOFT supported on arm 2.0.5? Do I need to add/define something when I build the crosscompiler to get softfloat support? Is changing system_arm_linux_info.endian to endian_big in fpc/compiler/systems/i_linux.pas enough? I see in references to {$if defined(CPUARM) and defined

[fpc-devel] Growing a memory stream

2006-12-12 Thread vsnijders
Attached patch grows a memory stream by at least a quarter of its original capacity. Vincent Index: streams.inc === --- streams.inc (revision 5577) +++ streams.inc (working copy) @@ -535,11 +535,17 @@ function TMemoryStream.Realloc(

[fpc-devel] Streaming readonly properties

2006-12-12 Thread vsnijders
As said in an earlier mail I have problems streaming the property EditLabel: TBoundLabel read FEditLabel; of a TLabeledEdit with fpc 2.1.1. Some discussion on #fpc led to the conclusion that streaming a readonly persistant should be allowed, because you write to the properties of the readonly p