Re: [fpc-devel] about freepascal for mips

2012-05-28 Thread Sven Barth
On 27.05.2012 21:34, Jonas Maebe wrote: The QUICKTEST=1 means that tests that depend on units under fpc/packages won't be checked (there's not that many of them anyway). I need to keep that option in mind when I'll try to run the tests for NativeNT :D Regards, Sven

[fpc-devel] merge branch

2012-05-28 Thread tgrundke
Hi, can anyone merge the http://svn.freepascal.org/svn/fpc/branches/avx with my private branch http://svn.freepascal.org/svn/fpc/branches/tg74/avx (compiler and tests path) and the files: http://svn.freepascal.org/svn/fpc/branches/tg74/avx/compiler/msg/errore.msg

Re: [fpc-devel] about freepascal for mips

2012-05-28 Thread Florian Klaempfl
Am 25.05.2012 21:04, schrieb Jeppe Græsdal Johansen: I managed to remove the errors with the following patch, such that everything compiled, but I haven't been able to test it: http://j-software.dk/fpc-mipsel.patch All fixes of the patch are committed, I solved some things differently

Re: [fpc-devel] about freepascal for mips

2012-05-28 Thread Fuxin Zhang
I managed to remove the errors with the following patch, such that everything compiled, but I haven't been able to test it: http://j-software.dk/fpc-mipsel.patch All fixes of the patch are committed, I solved some things differently though. I am struggling with cpupara.pas. The use of

Re: [fpc-devel] about freepascal for mips

2012-05-28 Thread Florian Klaempfl
And the whole code seems totally incompatible with standard mips abi, it use 6 registers to pass parameters, while o32 has 4. cpupara needs a major overhaul. This is one of the next things I planned to do. ___ fpc-devel maillist -

[fpc-devel] Request to apply patch of bug 21905 to trunk

2012-05-28 Thread Luiz Americo Pereira Camara
Hi the patch from the cited bug report was applied to 2.6 branch Can someone apply it to trunk? Link: http://bugs.freepascal.org/view.php?id=21905 Luiz ___ fpc-devel maillist - fpc-devel@lists.freepascal.org