summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-03-19 05:58:31 -0700
committerH.J. Lu <hjl.tools@gmail.com>2021-03-19 05:58:46 -0700
commit7b9f985957798ba4dacc454f22c9e426c6897cb8 (patch)
treef56941eb87cfb270bb67aa0a3866d37a82205a91 /include
parent826b97d42de2bf5162e34a690898598cb22332fb (diff)
downloadbinutils-gdb-7b9f985957798ba4dacc454f22c9e426c6897cb8.tar.gz
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.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/elf/common.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 5ea252c9efc..db23305dbf7 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf/common.h (EM_INTEL205): Renamed to ...
+ (EM_INTELGT): This.
+
2021-03-16 Nick Clifton <nickc@redhat.com>
* coff/internal.h (struct internal_auxent): Fix a couple of typos
diff --git a/include/elf/common.h b/include/elf/common.h
index 015535a3039..241f2be167b 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -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 */