mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 03:28:00 +02:00
![]() This corrects the handling of exception masks and ARM VFP implementations. The old code enable the exception when it was present in the mask. So in fact it did the contrary of what it was supposed to do. VFP-Support is currently broken, this patch at least allows to build a working VFP-native compiler. But the full build still breaks because of some compiler options not properly beeing passed down to packages/ which results in: "Trying to use a unit which was compiled with a different FPU mode" because somehow OPT="-Cfvfpv2" did not get passed down. git-svn-id: trunk@21952 - |
||
---|---|---|
.. | ||
arm.inc | ||
divide.inc | ||
int64p.inc | ||
makefile.cpu | ||
math.inc | ||
mathu.inc | ||
mathuh.inc | ||
set.inc | ||
setjump.inc | ||
setjumph.inc | ||
strings.inc | ||
stringss.inc | ||
thumb2.inc |