Add EM_INTEL205 to EM_INTEL209
* common.h (EM_INTEL205): New. (EM_INTEL206): Likewise. (EM_INTEL207): Likewise. (EM_INTEL208): Likewise. (EM_INTEL209): Likewise.
This commit is contained in:
parent
e6ba475a03
commit
45901633da
2 changed files with 13 additions and 0 deletions
|
@ -296,6 +296,11 @@
|
|||
#define EM_TILEGX 191 /* Tilera TILE-Gx multicore architecture family */
|
||||
#define EM_RL78 197 /* Renesas RL78 family. */
|
||||
#define EM_78K0R 199 /* Renesas 78K0R. */
|
||||
#define EM_INTEL205 205 /* Reserved by Intel */
|
||||
#define EM_INTEL206 206 /* Reserved by Intel */
|
||||
#define EM_INTEL207 207 /* Reserved by Intel */
|
||||
#define EM_INTEL208 208 /* Reserved by Intel */
|
||||
#define EM_INTEL209 209 /* Reserved by Intel */
|
||||
|
||||
/* If it is necessary to assign new unofficial EM_* values, please pick large
|
||||
random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue