Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 1c6552daac9cc823b3a74b643676b3a346f0bf5d
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1c6552daac9cc823b3a74b643676b3a346f0bf5d Author: Nicolas Cellier <
[hidden email]>
Date: 2019-01-02 (Wed, 02 Jan 2019)
Changed paths:
M src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
Log Message:
-----------
Generate SqueakFFIPrims from VMMaker.oscog-nice.2505
Restore the `__arm__` macro for 32 bits ARM.
From
http://infocenter.arm.com/help/topic/com.arm.doc.dui0774a/chr1383660321827.html`__arm__` and `__aarch64__` are clearly exclusive (at least for clang, so probably gcc too)
`__arm__` means A32 or T32 instruction set.
Add the `__ARM_ARCH_ISA_A64` macro for arm64
Retract the `__ARM_ARCH_V8__`, V8 can target both A32 and A64 architectures.
This should fix Issue #333.
Note that I could skip appveyor (in square brackets), but I let it run to make sure we have a clean build.
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.