Allow Loongson baseline on MIPS64. This fixes KDE #406824.
where XXXXXX is the bug number as listed below.
406561 mcinfcallWSRU gdbserver_test fails on ppc64
+406824 Unsupported baseline
407218 Add support for the copy_file_range syscall
407307 Intercept stpcpy also in ld.so for arm64
n-i-bz Fix minor one time leaks in dhat.
case VEX_PRID_COMP_CAVIUM:
case VEX_PRID_COMP_NETLOGIC:
return;
+ case VEX_PRID_COMP_LEGACY:
+ if (VEX_MIPS_PROC_ID(hwcaps) == VEX_PRID_IMP_LOONGSON_64)
+ return;
+ /* fallthrough */
default:
invalid_hwcaps(arch, hwcaps, "Unsupported baseline\n");
}