Skip to content

Draft: Add CurrentEL register mnemonic

Robert Roland requested to merge robdaemon/fpc-source:aarch64-fixes into main

Disable THREADING define for AArch64 - it's not implemented, and causes a failure in the Classes unit initialization at startup

Removing -gc-sections from linker args, as it causes the __fpc_initialheap and __heapsize defines to be dropped during linking, breaking the heapmgr.

Edited by Robert Roland

Merge request reports