mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
Remove duplicate definition
* coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate definition. Alphabetize.
This commit is contained in:
parent
93497bf9ab
commit
5fd6b60d86
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user