[fpc-devel] arm eabi test suite
Henry Vermaak
henry.vermaak at gmail.com
Sat Aug 22 00:41:35 CEST 2009
I've managed to run a native testsuite on my nslu2, I can email the
tarball if anyone is interested (I think the mailing list will reject
it).
There are a couple of backtraces also in the longlog, which I attach,
too. Not sure if it is helpful.
I spotted some asm in ossysc.inc that will not work on eabi:
swi syscall_nr_sigreturn (same for rt_sigreturn)
For eabi this should probably be:
mov r7,syscall_nr_sigreturn
swi #0x0
But should r7 saved before and restored afterwards? I don't know how
to test this code.
Thanks
Henry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: longlog
Type: application/octet-stream
Size: 39223 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20090821/b8dca4e2/attachment.obj>
More information about the fpc-devel
mailing list