From 19a90cfeaf3f3ed0de79f061a76cd5cabfd0f021 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 24 Apr 2001 15:08:16 +0000 Subject: Add OpenRISC support --- include/elf/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/elf/common.h') 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. */ -- cgit v1.2.3