public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] Define IMAGE_FILE_MACHINE_ARMNT
Date: Tue, 30 May 2023 04:24:32 +0000 (GMT)	[thread overview]
Message-ID: <20230530042432.35DE93854143@sourceware.org> (raw)

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

                 reply	other threads:[~2023-05-30  4:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230530042432.35DE93854143@sourceware.org \
    --to=amodra@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).