Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-04-24 19:08:16 +0400
committerNick Clifton <nickc@redhat.com>2001-04-24 19:08:16 +0400
commit19a90cfeaf3f3ed0de79f061a76cd5cabfd0f021 (patch)
treee17f5656053c58cc1493ee62353af86c4635fd0e /include/elf/common.h
parentc35bcd3ebc0f994ded309630a9d6492a37f442f1 (diff)
Add OpenRISC support
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 913e34f3f..f4862b171 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -221,6 +221,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
Written in the absense of an ABI. */
#define EM_AVR 0x1057
+/* OpenRISC magic number
+ Written in the absense of an ABI. */
+#define EM_OPENRISC 0x3426
+
/* See the above comment before you add a new EM_* value here. */
/* Values for e_version. */