mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-07 07:58:54 +08:00
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.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user