From: Philippe Waroquiers Date: Wed, 15 Apr 2015 20:30:52 +0000 (+0000) Subject: Following fix done in tilegx host in vex: r3130, reenable tilegx as host X-Git-Tag: svn/VALGRIND_3_11_0~497 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c4ae2b0a588f3f76c21016a37e195309f84e179;p=thirdparty%2Fvalgrind.git Following fix done in tilegx host in vex: r3130, reenable tilegx as host in libvexmultiarch_test git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15099 --- diff --git a/none/tests/libvex_test.c b/none/tests/libvex_test.c index 4bf6024852..0f4395bb73 100644 --- a/none/tests/libvex_test.c +++ b/none/tests/libvex_test.c @@ -241,14 +241,6 @@ int main(int argc, char **argv) show_vta("skipped (word size differs)", &vta); continue; } - // Special condition for VexArchTILEGX that is not yet ready - // to run in multiarch as an host for different guest. - if (va == VexArchTILEGX - && guest_arch != VexArchTILEGX - && multiarch != va) { - show_vta("skipped (TILEGX host and guest != TILEGX)", &vta); - continue; - } if (multiarch > VexArch_INVALID && multiarch != va) { show_vta("skipped (!= specific requested arch)", &vta);