Qiu Chaofan
Qiu Chaofan
# Proposal This compiler MCP proposes a new target, `powerpc64-ibm-aix`, for 64-bit PowerPC binaries on AIX operating system, using XCOFF as binary format. This target will finally be able to...
Add support for both 64-bit PowerPC and AIX OS. The Perl scripts are from upstream OpenSSL. Keep this in draft status until it's been official Rust target.
This change makes this crate support detecting timezone on AIX. Since AIX support hasn't been merged yet, this is in draft status.
[Rendered](https://github.com/ecnelises/rust-rfcs/blob/bf16_f64f64_f80/text/add-bf16-f64f64-and-f80-type.md) Previous RFC #3451 mixes proposal for IEEE-754 compliant `f16`/`f128` and such non-standard types, split this off from it to focus on the target related ones.
GNU style uname supports -o option, but AIX system's does not. Use -s to get system name, which is supported by both.
In PowerPC ABI, a few initial arguments are passed through registers, but their places in parameter save area are reserved, arguments passed by memory goes after the reserved location. For...