diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-10-13 09:02:23 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-10-13 09:02:41 -0700 |
commit | 01f573ad8aa539f972e2fef8a10ef290e042e24c (patch) | |
tree | 26bbca594b8ac6ea3ff383282880f927d6264584 /elfcpp/elfcpp.h | |
parent | 8f33e7daaf80d23fc0f0551a14f9cffb95a85141 (diff) | |
download | gdb-01f573ad8aa539f972e2fef8a10ef290e042e24c.zip gdb-01f573ad8aa539f972e2fef8a10ef290e042e24c.tar.gz gdb-01f573ad8aa539f972e2fef8a10ef290e042e24c.tar.bz2 |
Add EM_IAMCU support to gold
elfcpp/
PR gold/19118
* elfcpp.h (EM): Add EM_IAMCU.
gold/
PR gold/19118
* i386.cc (Target_iamcu): New class.
(Target_selector_iamcu): Likewise.
(Target_iamcu::iamcu_info): New variable.
(target_selector_iamcu): Likewise.
Diffstat (limited to 'elfcpp/elfcpp.h')
-rw-r--r-- | elfcpp/elfcpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 70380a5..0e6833f 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -173,7 +173,7 @@ enum EM EM_386 = 3, EM_68K = 4, EM_88K = 5, - // 6 used to be EM_486 + EM_IAMCU = 6, EM_860 = 7, EM_MIPS = 8, EM_S370 = 9, |