Browse Source

Add EM_CYGNUS_V850.

Miles Bader 23 years ago
parent
commit
7719784a54
1 changed files with 5 additions and 1 deletions
  1. 5 1
      include/elf.h

+ 5 - 1
include/elf.h

@@ -1,5 +1,5 @@
 /* This file defines standard ELF types, structures, and macros.
-   Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -246,6 +246,10 @@ typedef struct
 
 #define EM_ALPHA	0x9026
 
+/* V850 backend magic number.  Written in the absense of an ABI.  */
+#define EM_CYGNUS_V850	0x9080
+
+
 /* Legal values for e_version (version).  */
 
 #define EV_NONE		0		/* Invalid ELF version */