summaryrefslogtreecommitdiff
path: root/user/valgrind/ppc32.patch
AgeCommit message (Collapse)AuthorFilesLines
2024-10-21user/valgrind: Allow exec on ppc32 + ISA 3.0A. Wilcox1-0/+15
This will crash wildly if you actually try to *use* ISA 3.0 instructions in the Valgrind core. But if you don't, it works fine, and it's the only way to do Valgrind on a Power9 while running in 32-bit mode.