Add support for the C_SKY series of processors.
[deliverable/binutils-gdb.git] / include / elf / common.h
index 3a6244dc6dc9bb8f1719f8f436deec5baffeb005..1a940ff7b52c779f07cf69032f33af46c404e1e9 100644 (file)
 #define EM_LANAI       244     /* Lanai 32-bit processor.  */
 #define EM_BPF         247     /* Linux BPF – in-kernel virtual machine.  */
 #define EM_NFP         250     /* Netronome Flow Processor.  */
+#define EM_CSKY                252     /* C-SKY processor family.  */
 
 /* If it is necessary to assign new unofficial EM_* values, please pick large
    random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision
 /* Old constant that might be in use by some software. */
 #define EM_OPENRISC            EM_OR1K
 
+/* C-SKY historically used 39, the same value as MCORE, from which the
+   architecture was derived.  */
+#define EM_CSKY_OLD            EM_MCORE
+
 /* See the above comment before you add a new EM_* value here.  */
 
 /* Values for e_version.  */
This page took 0.045477 seconds and 4 git commands to generate.