forked from Imagelibrary/binutils-gdb
elf: Rename EM_INTEL205 to EM_INTELGT
Rename EM_INTEL205 to EM_INTELGT for Intel Graphics Technology. binutils/ * readelf.c (get_machine_name): Add EM_INTELGT. include/ * elf/common.h (EM_INTEL205): Renamed to ... (EM_INTELGT): This.
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
#define EM_BA2 202 /* Beyond BA2 CPU architecture */
|
||||
#define EM_XCORE 203 /* XMOS xCORE processor family */
|
||||
#define EM_MCHP_PIC 204 /* Microchip 8-bit PIC(r) family */
|
||||
#define EM_INTEL205 205 /* Reserved by Intel */
|
||||
#define EM_INTELGT 205 /* Intel Graphics Technology */
|
||||
#define EM_INTEL206 206 /* Reserved by Intel */
|
||||
#define EM_INTEL207 207 /* Reserved by Intel */
|
||||
#define EM_INTEL208 208 /* Reserved by Intel */
|
||||
|
||||
Reference in New Issue
Block a user