diff options
author | Jeff Law <jlaw@ventanamicro.com> | 2025-05-02 08:12:23 -0600 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2025-05-02 08:12:23 -0600 |
commit | a4a726ca9485b07fb56a1442b5f9e5679944ed06 (patch) | |
tree | 19600ec4aac0edab4b5b4e0c69789ea9f8b02949 | |
parent | c85148d036d17295bb2560e10020c924c83a5d13 (diff) | |
download | gcc-a4a726ca9485b07fb56a1442b5f9e5679944ed06.zip gcc-a4a726ca9485b07fb56a1442b5f9e5679944ed06.tar.gz gcc-a4a726ca9485b07fb56a1442b5f9e5679944ed06.tar.bz2 |
Revert "[PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported"
This reverts commit 727a43e0a66052235706379239359807230054e0.
-rw-r--r-- | gcc/config/mips/mips.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.cc b/gcc/config/mips/mips.cc index 0d3d026..24a28dc 100644 --- a/gcc/config/mips/mips.cc +++ b/gcc/config/mips/mips.cc @@ -20678,9 +20678,6 @@ mips_option_override (void) "-mcompact-branches=never"); } - if (is_micromips && TARGET_MSA) - error ("unsupported combination: %s", "-mmicromips -mmsa"); - /* Require explicit relocs for MIPS R6 onwards. This enables simplification of the compact branch and jump support through the backend. */ if (!TARGET_EXPLICIT_RELOCS && mips_isa_rev >= 6) |