diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-31 17:33:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-31 17:33:03 +0000 |
commit | 5d4ac1011e4d8823aabd9beace075f4b0af7b6a8 (patch) | |
tree | a6ddbd6fd6227a30e9abada2c0710ab7047e6e71 /include/elf/common.h | |
parent | 29a1ad942e98b81d9f1f0b9258f47878484f8335 (diff) | |
download | cygnal-5d4ac1011e4d8823aabd9beace075f4b0af7b6a8.tar.gz cygnal-5d4ac1011e4d8823aabd9beace075f4b0af7b6a8.tar.bz2 cygnal-5d4ac1011e4d8823aabd9beace075f4b0af7b6a8.zip |
Add support for OpenRISC 32-bit embedded processor
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 289d3f2ad..d6e45fcc5 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -199,6 +199,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Old version of PowerPC, this should be removed shortly. */ #define EM_PPC_OLD 17 +/* (Depreciated) Temporary number for the OpenRISC processor. */ +#define EM_OR32 0x8472 + /* Cygnus M32R ELF backend. Written in the absence of an ABI. */ #define EM_CYGNUS_M32R 0x9041 |