aboutsummaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 066db9f..6d61c9e 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -123,16 +123,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_CYGNUS_D30V 0x7676
/* end-sanitize-d30v */
-/* start-sanitize-v850 */
/* V850 backend magic number. Written in the absense of an ABI. */
#define EM_CYGNUS_V850 0x9080
-/* end-sanitize-v850 */
/* mn10200 and mn10300 backend magic numbers.
Written in the absense of an ABI. */
#define EM_CYGNUS_MN10200 0xdead
#define EM_CYGNUS_MN10300 0xbeef
+/* start-sanitize-sky */
+/* TXVU backend magic number. Written in the absence of an ABI. */
+#define EM_CYGNUS_TXVU 0xedac
+/* end-sanitize-sky */
+
/* See the above comment before you add a new EM_* value here. */
/* Values for e_version */