Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 32/64-bit MIPS R6 as separate target architectures #73

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

Cyanoxygen
Copy link
Contributor

This PR introduces bindings for MIPS Release 6 target_archs, as we proposed to migrate MIPS R6 targets as distinctive architectures from MIPS.

This PR is made for rust-lang/rust#112374.

The enum values and macros are the same as pre-R6 ones, just adding R6 Cfg() values and logics in gen.

- This is a part of the MCP rust-lang/compiler-team#632, that MIPS
  release 6 being migrated as target_arch instead of target features of
  MIPS.
@sunfishcode sunfishcode merged commit dccdd78 into sunfishcode:main Jul 31, 2023
5 checks passed
sunfishcode pushed a commit that referenced this pull request Jul 31, 2023
* gen: add 32/64 MIPS Release 6 as separate target arch

- This is a part of the MCP rust-lang/compiler-team#632, that MIPS
  release 6 being migrated as target_arch instead of target features of
  MIPS.

* Introduce generated bindings for mipsr6 targets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants