client so as to not claim that the CPU supports Altivec. This is a
partially-successful hack to try and dissuade glibc and its minions
from doing Altivec insns.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4323
(UInt)auxv->u.a_val, (UInt)auxv->a_type );
}
break;
+
+ case AT_HWCAP:
+ VG_(debugLog)(1, "main", "PPC32 hwcaps(1): 0x%x\n", (UInt)auxv->u.a_val);
+ auxv->u.a_val &= ~0x10000000; /* claim there is no Altivec support */
+ VG_(debugLog)(1, "main", "PPC32 hwcaps(2): 0x%x\n", (UInt)auxv->u.a_val);
+ break;
# endif
case AT_PHDR: