From e69106f2579088c51d055c05c1e02184f7e1e7e7 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 13 Nov 2018 01:57:12 -0500 Subject: [PATCH] Add "Invalid mnemonic" to bad result on PPC --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c582d84e..d40076a6 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -190,7 +190,7 @@ endif # _WIN32_WINNT endif # IS_MINGW # For feature tests -BAD_RESULT="fatal|error|unknown|unrecognized|illegal|ignored|incorrect|not found|not exist|cannot find|not supported|no such instruction" +BAD_RESULT="fatal|error|unknown|unrecognized|illegal|ignored|incorrect|not found|not exist|cannot find|not supported|no such instruction|invalid mnemonic" ########################################################### ##### X86/X32/X64 Options #####