Remove duplicate definition
* coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate definition. Alphabetize.
This commit is contained in:
parent
93497bf9ab
commit
5fd6b60d86
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue