aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
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/elf/ChangeLog
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/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog5
1 files changed, 5 insertions, 0 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.