From 5d4ac1011e4d8823aabd9beace075f4b0af7b6a8 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 31 Jan 2002 17:33:03 +0000 Subject: Add support for OpenRISC 32-bit embedded processor --- include/elf/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/elf/common.h') 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 -- cgit v1.2.3