public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] Remove duplicate definition
Date: Fri, 26 May 2023 11:13:11 +0000 (GMT)	[thread overview]
Message-ID: <20230526111311.253AB3858416@sourceware.org> (raw)

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

commit 5fd6b60d86ab6ab4bbd173524062b5d2aeac199a
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Thu May 25 19:43:37 2023 +0200

    Remove duplicate definition
    
            * coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate
            definition.  Alphabetize.

Diff:
---
 include/ChangeLog | 5 +++++
 include/coff/pe.h | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/ChangeLog b/include/ChangeLog
index b157251bea8..097242b5ca0 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2023-05-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate
+	definition.  Alphabetize.
+
 2023-03-23  Frederic Cambus  <fred@statdns.com>
 
 	* elf/common.h (PT_OPENBSD_MUTABLE): Define.
diff --git a/include/coff/pe.h b/include/coff/pe.h
index 27f56caa0f1..4af7b0c3b26 100644
--- a/include/coff/pe.h
+++ b/include/coff/pe.h
@@ -144,6 +144,7 @@
 #define IMAGE_FILE_MACHINE_EBC               0x0ebc
 #define IMAGE_FILE_MACHINE_I386              0x014c
 #define IMAGE_FILE_MACHINE_IA64              0x0200
+#define IMAGE_FILE_MACHINE_LOONGARCH64       0x6264
 #define IMAGE_FILE_MACHINE_M32R              0x9041
 #define IMAGE_FILE_MACHINE_M68K              0x0268
 #define IMAGE_FILE_MACHINE_MIPS16            0x0266
@@ -162,8 +163,6 @@
 #define IMAGE_FILE_MACHINE_THUMB             0x01c2
 #define IMAGE_FILE_MACHINE_TRICORE           0x0520
 #define IMAGE_FILE_MACHINE_WCEMIPSV2         0x0169
-#define IMAGE_FILE_MACHINE_AMD64             0x8664
-#define IMAGE_FILE_MACHINE_LOONGARCH64       0x6264
 
 #define IMAGE_SUBSYSTEM_UNKNOWN			 0
 #define IMAGE_SUBSYSTEM_NATIVE			 1

                 reply	other threads:[~2023-05-26 11:13 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=20230526111311.253AB3858416@sourceware.org \
    --to=schwab@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).