From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id 35DE93854143; Tue, 30 May 2023 04:24:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35DE93854143 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Define IMAGE_FILE_MACHINE_ARMNT X-Act-Checkin: binutils-gdb X-Git-Author: Alan Modra X-Git-Refname: refs/heads/master X-Git-Oldrev: 0b32bdabdca7162945f9c03314e8364a6556b796 X-Git-Newrev: 20c52e689ac7ecda11c7002b797868c423f960ee Message-Id: <20230530042432.35DE93854143@sourceware.org> Date: Tue, 30 May 2023 04:24:32 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2023 04:24:32 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D20c52e689ac7= ecda11c7002b797868c423f960ee commit 20c52e689ac7ecda11c7002b797868c423f960ee Author: Alan Modra Date: Tue May 30 12:51:57 2023 +0930 Define IMAGE_FILE_MACHINE_ARMNT =20 Same value as ARMV7PEMAGIC. https://learn.microsoft.com/en-us/windows/win32/sysinfo/image-file-mach= ine-constants =20 * coff/pe.h (IMAGE_FILE_MACHINE_ARMNT): Define. Diff: --- include/coff/pe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/coff/pe.h b/include/coff/pe.h index 4af7b0c3b26..6b26d533218 100644 --- a/include/coff/pe.h +++ b/include/coff/pe.h @@ -138,6 +138,7 @@ #define IMAGE_FILE_MACHINE_AMD64 0x8664 #define IMAGE_FILE_MACHINE_ARM 0x01c0 #define IMAGE_FILE_MACHINE_ARM64 0xaa64 +#define IMAGE_FILE_MACHINE_ARMNT 0x01c4 #define IMAGE_FILE_MACHINE_AXP64 IMAGE_FILE_MACHINE_ALPHA64 #define IMAGE_FILE_MACHINE_CEE 0xc0ee #define IMAGE_FILE_MACHINE_CEF 0x0cef