mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 19:48:08 +02:00
![]() These changes adds an additional record field to record structure TMsgPort in
order to support SMP for ABIv11 (non m68k targets only).
This additional field contains two opaque IPTR's/PtrUInt's and therefor breaks
compatibility between ABIv0, ABIv1 and ABIv11 as well as make them binary
incompatible.
It also renders ABIv11 incompatible with itself when this change was introduced
on march 18 2022. Recompilation of existing code for this ABI is thus required.
See:
|
||
---|---|---|
.. | ||
arm | ||
i386 | ||
x86_64 | ||
buildrtl.pp | ||
doslibd.inc | ||
Makefile | ||
Makefile.fpc | ||
si_prc.pp | ||
system.pp | ||
timerd.inc | ||
timerf.inc |