]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert "[PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported"
authorJeff Law <jlaw@ventanamicro.com>
Fri, 2 May 2025 14:12:23 +0000 (08:12 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Fri, 2 May 2025 14:12:23 +0000 (08:12 -0600)
This reverts commit 727a43e0a66052235706379239359807230054e0.

gcc/config/mips/mips.cc

index 0d3d0263f2d462ce8fabd3ed2483a7bcd05382a1..24a28dcf817f48dc81e68739a1acc882d7d097d9 100644 (file)
@@ -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)