ARM64 ILP32 支持从未最终进入主线 Linux 内核或 GNU C 库,但确实出现在 GNU 编译器集合中。但多年后,由于很少使用,GCC 开发人员正在考虑在最终删除 ILP32 之前弃用它。 Arm 的 Wilco Dijkstra 本周提出了在 GCC 编译器中弃用 ARM64 ILP32 支持的提案,以便可以在将来的发行版中删除它。这种 32 位 ARM64 ...
1923 + * to 32-bits. Thus, none of the high bits will be set. On this platform, 1924 + * however, we only support ILP32 processes and so we can assume that they 1925 + * are all 64-bit. 1926 + */ 1927 + #if defined (HAVE_ARM64) && !(defined (__LP64__) || defi...