svenbarth
|
ff0eebf1ff
Also change RTL helper FPC_DIV_CARDINAL to FPC_DIV_DWORD
|
13 년 전 |
svenbarth
|
8e07ddb2bc
* made internal errors for M68K unique
|
13 년 전 |
svenbarth
|
322dbe5b65
Various adjustments to the RTL for m68k:
|
13 년 전 |
svenbarth
|
2db54da2b3
m68k also uses a non fixed stack with an equivalent to PUSH/POP so don't reorder parameters
|
13 년 전 |
svenbarth
|
786e814d49
Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only
|
13 년 전 |
svenbarth
|
43d8da7aa3
Replace DBRA instruction for Coldfire with a SUB/BRA combination in the for-loop-code-
|
13 년 전 |
svenbarth
|
d5523e6af6
For now completely disable (I)MUL/(I)DIV support for Coldfire and pass through the RTL routines
|
13 년 전 |
svenbarth
|
dea2a205c9
Fixed reference handling mostly for Coldfire CPUs. While they are conceptually based on
|
13 년 전 |
svenbarth
|
63f4e44fd5
assemble.pas, texternalcompiler.makecmdline:
|
13 년 전 |
svenbarth
|
72a47ea27a
m68k/cgcpu.pas, tcg68k.g_proc_exit:
|
13 년 전 |
svenbarth
|
81069a7eca
rtl/linux/m68k/prt0.as:
|
13 년 전 |
svenbarth
|
0217efc398
m68k/ag68kgas.pas, getreferencestring:
|
13 년 전 |
svenbarth
|
cfadcf3769
m68k/cgcpu.pas, tcg68k.a_op_const_reg:
|
13 년 전 |
svenbarth
|
f501a8fecc
m68k/cgcpu.pas, tcg68k.a_op_const_reg:
|
13 년 전 |
svenbarth
|
9402a068a5
m68k/n68kcnv.pas, tm68ktypeconvnode.second_int_to_bool:
|
13 년 전 |
svenbarth
|
d91fbd3e10
aggas.pas: m68k-linux needs preceding ".section" as well
|
13 년 전 |
svenbarth
|
6034866050
rtl/m68k: Added mathu(h).inc with dummy implementations of SetExceptionMask and GetExceptionMask
|
13 년 전 |
svenbarth
|
07c3cff61d
m68k/n68kcnv.pas, tm68ktypeconvnode.second_int_to_bool:
|
13 년 전 |
svenbarth
|
9a9d941ee1
rtl/m68k/sysnr.inc:
|
13 년 전 |
svenbarth
|
05e37e3ab1
m68k/cgcpu.pas, tcg68k: implement a_jmp_name
|
13 년 전 |
svenbarth
|
e87f0e1df4
m68k/ra68kmot.pas, tm68kmotreader.Assemble:
|
13 년 전 |
svenbarth
|
83da4592d3
m68k/aasmcpu, taicpu.spilling_get_operation_type: add support for A_SUBX
|
13 년 전 |
pierre
|
e01c7603b8
Rectify last commit: po_assembler alone still sets up a stack frame
|
13 년 전 |
pierre
|
a8591af2a9
Handle po_nostackframe for arm cpu
|
13 년 전 |
pierre
|
0b63af56aa
* Fix nostackframe related problems
|
13 년 전 |
pierre
|
7bd7cf275c
handle po_nostackframe for calc_stack_size
|
13 년 전 |
pierre
|
124499474c
Do not add first_param_offset for po_nostackframe and po_assembler in calc_stack_size
|
13 년 전 |
marco
|
7263b3c5a4
* boolean for decodestringbase64 to select strict mode.
|
13 년 전 |
ludob
|
65c657006c
TXMLDatapacketReader.StoreRecord uses TFieldDef.Name to match TXMLDatapacketReader.RestoreRecord. Fixes case mismatch in PG tests. Patch by Lacak2, mantis #22367
|
13 년 전 |
florian
|
a95641e43c
* don't pass march always to gas because the rtl uses always pld to be able
|
13 년 전 |