Commit Graph

16296 Commits

Author SHA1 Message Date
florian
a7f1878fc9 * fixed comp/int64 issue 2004-03-27 23:21:21 +00:00
florian
370ea9e79a * alignment fixed 2004-03-27 19:34:13 +00:00
florian
2481062181 * alignment fixed 2004-03-27 19:26:40 +00:00
florian
7adab53bff * alignment fixed 2004-03-27 19:20:41 +00:00
florian
73412562b7 * signal handling fixed 2004-03-27 19:20:11 +00:00
florian
2e300fb66c *** empty log message *** 2004-03-27 19:18:01 +00:00
florian
7298501722 * structs for arm adapted 2004-03-27 14:35:13 +00:00
florian
4fdc20f014 * use rt_sigaction syscall on arm 2004-03-27 14:34:23 +00:00
florian
f838c3b5b7 * tell sigaction to pass siginfo on arm 2004-03-27 14:33:45 +00:00
michael
44d7109be3 Some compatibility additions 2004-03-25 20:43:39 +00:00
Tomas Hajny
9238319c2f * OS/2 heap management modified to be able to grow heap as needed 2004-03-24 20:24:25 +00:00
michael
3bf060e15c + Moved ineth.inc to aineth.inc as originally intended. Thanks to Sebastian Volland 2004-03-24 20:01:26 +00:00
Tomas Hajny
8fd5b67f9a * misleading warning removed 2004-03-24 19:23:09 +00:00
Tomas Hajny
155402e664 * heap management modified to be able to grow heap as needed 2004-03-24 19:15:59 +00:00
peter
d1069ce5a7 * use smallint instead of integer 2004-03-23 22:36:31 +00:00
peter
1a0a8db391 * new compiler has smallint,longint,word internal defined 2004-03-23 22:35:45 +00:00
peter
d644629612 * dec ptr before free in reallocmem 2004-03-23 22:35:20 +00:00
peter
e46cdcea48 * constants ordinals now always have a type assigned
* integer constants have the smallest type, unsigned prefered over
    signed
2004-03-23 22:34:49 +00:00
florian
1280635cc4 * arm assembler instructions can have 4 operands
* qword comparisations fixed
2004-03-23 21:03:50 +00:00
florian
ddb6d0d595 + assembler implementation of fpc_mul_qword
* fpu exceptions are now generated
2004-03-23 21:03:10 +00:00
florian
f5c99d9e2d * setjmp fixed 2004-03-23 19:13:09 +00:00
peter
8004c68a42 * constant ordinal type 2004-03-23 16:51:35 +00:00
florian
7367801810 * more alignment fixes 2004-03-22 22:19:36 +00:00
florian
3ac0c812e0 * interface trampolines (hopyfully) fixed 2004-03-22 22:19:02 +00:00
peter
16a2071987 * compile fixes 2004-03-22 15:50:31 +00:00
michael
ebec652408 + Patch from peter for stack overflow 2004-03-22 09:28:34 +00:00
marco
988c22bb2d * more fixes from Lloyd 2004-03-22 06:49:28 +00:00
florian
5e82863f3f * CleanupInstance takes now care of FPC_REQUIRES_PROPER_ALIGNMENT 2004-03-21 22:41:29 +00:00
florian
f3c4d487e7 + added interface support for the arm
* added  FPC_REQUIRES_PROPER_ALIGNMENT define for targets which require proper alignment
2004-03-21 22:40:15 +00:00
Tomas Hajny
b1e636e4f9 * Exec cleanup 2004-03-21 20:35:24 +00:00
Tomas Hajny
802a4f713c + Cursor* implemented 2004-03-21 20:28:43 +00:00
Tomas Hajny
ef1a05333a * C array passing warning fixed 2004-03-21 20:24:21 +00:00
Tomas Hajny
db94578ce6 * Exec cleanup 2004-03-21 20:22:20 +00:00
Tomas Hajny
b0c948a143 * regcall fixes 2004-03-21 20:18:39 +00:00
peter
7915d0e38c * compile fix 2004-03-21 19:57:26 +00:00
peter
da906ff008 * cross compile updates 2004-03-21 19:20:30 +00:00
florian
94ab3f4457 * explanation for running the testsuite remotely
+ dotest supports remote execution using scp/ssh
2004-03-21 19:15:18 +00:00
peter
9d8b53c9cc * powerpc support 2004-03-21 17:07:19 +00:00
florian
1457970bf9 * search path for cross compiled units added 2004-03-21 16:57:17 +00:00
marco
724d1ba3f5 * convutils added 2004-03-20 23:42:27 +00:00
marco
bbd6690d62 * Initial version 2004-03-20 23:41:34 +00:00
florian
7c98848cb2 + cpu2str added 2004-03-20 22:57:42 +00:00
florian
292aa0175c + cross compilation dir search added 2004-03-20 22:57:07 +00:00
florian
8621f97c1f + arm, ia64, x86_64 and sparc supported added 2004-03-20 22:29:37 +00:00
florian
8852a5757e + arm to fullcycle added 2004-03-20 22:06:28 +00:00
florian
c2c5158637 * regenerated 2004-03-20 22:05:39 +00:00
florian
40d2c22dfb + arm supported added 2004-03-20 22:05:17 +00:00
florian
e3bdf88d18 * compilation on arm fixed 2004-03-20 22:02:41 +00:00
florian
5bc07e7c96 + float parameters can be on the stack now as well 2004-03-20 21:11:01 +00:00
florian
c65e094bba + implemented cdecl'd varargs on arm
+ -dCMEM supported by the compiler
  * label/goto asmsymbol type with -dextdebug fixed
2004-03-20 20:55:36 +00:00