From b163176f8285368e33dc0edb90364868f977d93d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 11 Nov 2018 13:35:03 -0500 Subject: [PATCH] Fix missing 'no such instruction' in assembler messages (GH #738) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 0c5930e5..7eac858d 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -180,7 +180,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" +BAD_RESULT="fatal|error|unknown|unrecognized|illegal|ignored|incorrect|not found|not exist|cannot find|not supported|no such instruction" ########################################################### ##### X86/X32/X64 Options #####