public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Remove duplicate definition
@ 2023-05-25 17:57 Andreas Schwab
  2023-05-26  3:59 ` Alan Modra
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2023-05-25 17:57 UTC (permalink / raw)
  To: binutils

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

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


-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Remove duplicate definition
  2023-05-25 17:57 [PATCH] Remove duplicate definition Andreas Schwab
@ 2023-05-26  3:59 ` Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2023-05-26  3:59 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: binutils

On Thu, May 25, 2023 at 07:57:23PM +0200, Andreas Schwab wrote:
> 	* coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate
> 	definition.  Alphabetize.

Please apply, and if you spot other obvious fixes you're welcome to
apply them without asking for permission.

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-26  3:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25 17:57 [PATCH] Remove duplicate definition Andreas Schwab
2023-05-26  3:59 ` 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).