public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Define IMAGE_FILE_MACHINE_ARMNT
@ 2023-05-30  4:24 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-05-30  4:24 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=20c52e689ac7ecda11c7002b797868c423f960ee

commit 20c52e689ac7ecda11c7002b797868c423f960ee
Author: Alan Modra <amodra@gmail.com>
Date:   Tue May 30 12:51:57 2023 +0930

    Define IMAGE_FILE_MACHINE_ARMNT
    
    Same value as ARMV7PEMAGIC.
    https://learn.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants
    
            * 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-30  4:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30  4:24 [binutils-gdb] Define IMAGE_FILE_MACHINE_ARMNT Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).