diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-05-22 17:02:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-05-22 17:02:35 +0000 |
commit | 14afd12bcde288cdba7b188ec2bb3460e834e056 (patch) | |
tree | aeb99add5ad19fe34ef9b78a9636a6f9043cb1fb /include/elf/common.h | |
parent | c20a5e603a4b4a30083752145aaad48cb55ab712 (diff) | |
download | cygnal-14afd12bcde288cdba7b188ec2bb3460e834e056.tar.gz cygnal-14afd12bcde288cdba7b188ec2bb3460e834e056.tar.bz2 cygnal-14afd12bcde288cdba7b188ec2bb3460e834e056.zip |
Add EM_INTEL205 to EM_INTEL209
* common.h (EM_INTEL205): New.
(EM_INTEL206): Likewise.
(EM_INTEL207): Likewise.
(EM_INTEL208): Likewise.
(EM_INTEL209): Likewise.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 8bdefa60b..cd3bcdd2b 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -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 |