This PR fixes #46 and a few other problems on macOS that I did not bother to report (yet).
It's been tested on macOS Catalina 10.15.6 (current stable release).
Tested with Xcode-11.6 Clang, Clang-10, and GCC-10.
Note: my env is configured with AS_INTEGRATED_ASSEMBLER=1 to use Xcode-provided assembler, as GAS isn't even fully anymore.
This PR fixes #46 and a few other problems on macOS that I did not bother to report (yet). It's been tested on macOS Catalina 10.15.6 (current stable release).
Tested with Xcode-11.6 Clang, Clang-10, and GCC-10. Note: my env is configured with
AS_INTEGRATED_ASSEMBLER=1
to use Xcode-provided assembler, as GAS isn't even fully anymore.