aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/common.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index a30b2de..c09a05b 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * common.h (EM_486): Renamed to ...
+ (EM_IAMCU): This.
+
2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* s390.h: Define Tag_GNU_S390_ABI_Vector.
diff --git a/include/elf/common.h b/include/elf/common.h
index 25cfef2..b087d9c 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -106,7 +106,7 @@
#define EM_386 3 /* Intel 80386 */
#define EM_68K 4 /* Motorola m68k family */
#define EM_88K 5 /* Motorola m88k family */
-#define EM_486 6 /* Intel 80486 *//* Reserved for future use */
+#define EM_IAMCU 6 /* Intel MCU */
#define EM_860 7 /* Intel 80860 */
#define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
#define EM_S370 9 /* IBM System/370 */