public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Remove duplicate definition
@ 2023-05-26 11:13 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2023-05-26 11:13 UTC (permalink / raw)
  To: bfd-cvs

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

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

only message in thread, other threads:[~2023-05-26 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 11:13 [binutils-gdb] Remove duplicate definition Andreas Schwab

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