aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-05-11 08:52:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-05-11 08:53:05 -0700
commit22abe5566abcf48d81c4b485de722f2634d394f2 (patch)
treee8dd2470ea3d9cefbbf3bc83c84118f22f92cf21 /include
parent415158ef391683a5248eabe498693c34836c3a38 (diff)
downloadfsf-binutils-gdb-22abe5566abcf48d81c4b485de722f2634d394f2.zip
fsf-binutils-gdb-22abe5566abcf48d81c4b485de722f2634d394f2.tar.gz
fsf-binutils-gdb-22abe5566abcf48d81c4b485de722f2634d394f2.tar.bz2
Rename EM_486 to EM_IAMCU
bfd/ * elfcode.h (elf_object_p): Replace EM_486 with EM_IAMCU. binutils/ * dwarf.c (init_dwarf_regnames): Replace EM_486 with EM_IAMCU. * readelf.c (guess_is_rela): Likewise. (dump_relocations): Likewise. (get_machine_name): Likewise. (get_elf_section_flags): Likewise. (process_section_headers): Likewise. (is_32bit_abs_reloc): Likewise. (is_32bit_pcrel_reloc): Likewise. include/elf/ * common.h (EM_486): Renamed to ... (EM_IAMCU): This.
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 */