diff options
author | Nick Clifton <nickc@redhat.com> | 2001-04-24 15:08:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-04-24 15:08:16 +0000 |
commit | 19a90cfeaf3f3ed0de79f061a76cd5cabfd0f021 (patch) | |
tree | e17f5656053c58cc1493ee62353af86c4635fd0e /include/elf/common.h | |
parent | c35bcd3ebc0f994ded309630a9d6492a37f442f1 (diff) | |
download | cygnal-19a90cfeaf3f3ed0de79f061a76cd5cabfd0f021.tar.gz cygnal-19a90cfeaf3f3ed0de79f061a76cd5cabfd0f021.tar.bz2 cygnal-19a90cfeaf3f3ed0de79f061a76cd5cabfd0f021.zip |
Add OpenRISC support
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 4 |
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. */ |