Re: [fpc-devel] ARM-Linux, ARMv5 runtime detection fails

2008-03-05 Thread Florian Klaempfl
Bernd Mueller schrieb: > Hello, > > the ARMv5 runtime detection in rtl/arm/arm.inc fails, because the used > pld instruction does not raise SIGILL on ARM architectures ARMv4 and > below. If you would use an instruction which raises a SIGILL, it would > still fail, because SignalToRunerror in rtl/l

[fpc-devel] ARM-Linux, ARMv5 runtime detection fails

2008-03-05 Thread Bernd Mueller
Hello, the ARMv5 runtime detection in rtl/arm/arm.inc fails, because the used pld instruction does not raise SIGILL on ARM architectures ARMv4 and below. If you would use an instruction which raises a SIGILL, it would still fail, because SignalToRunerror in rtl/linux/arm/sighnd.inc does not r