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

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 --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

-- 
Alan Modra
Australia Development Lab, IBM

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

only message in thread, other threads:[~2023-05-30  4:23 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:22 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).