outdated Mach-O specs
## Summary <!-- Summarize the bug encountered concisely --> Compiling my lib I get those warnings. at #fpc one told me to make a bug report. : Assembling (pipe) /Users/kirillkranz/Documents/vip-code/vipgfx-code/src/vipgfx.s <stdin>:72914:10: warning: section "__datacoal_nt" is deprecated .section __DATA, __datacoal_nt, coalesced <stdin>:72914:10: note: change section name to "__data" .section __DATA, __datacoal_nt, coalesced <stdin>:73062:10: warning: section "__datacoal_nt" is deprecated .section __DATA, __datacoal_nt, coalesced <stdin>:73062:10: note: change section name to "__data" .section __DATA, __datacoal_nt, coalesced ## System Information <!-- The more information are provided the easier it is to replicate the bug --> - **Operating system:** MacOS <!-- Windows, Linux (if possible, also name the distro), FreeBSD, Android, ... --> - **Processor architecture:** intel/aarch64 <!-- x86, x86-64, ARM, AARCH64, AVR, RISC-V, PowerPC, ... --> - **Compiler version:** 3.2.2 and 3.3.1 <!-- 3.2, 3.2.2, 3.3, trunk, beta, ... (if possible, give also the git hash) --> - **Device:** Mac<!-- Computer, Tablet, Mobile, Amiga, Microcontroller, ... --> ## Example Project <!-- If possible, please create an example project that exhibits the problematic behavior, and link to it here in the bug report. --> https://sourceforge.net/p/vipgfx/code/ci/master/tree/
issue