From 1b1dbc6720cdfa1da23a7ef0e2c7a623cf32500d Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 18 Jun 2002 21:15:57 +0000 Subject: 2002-06-18 Dave Brolley From Catherine Moore, Michael Meissner, Dave Brolley: * common.h (EM_CYGNUS_FRV): New macro. * frv.h: New file. --- include/elf/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/elf/common.h') diff --git a/include/elf/common.h b/include/elf/common.h index ce3974eec..f4663df2c 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -244,6 +244,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EM_XSTORMY16 0xad45 +/* FRV magic number - no EABI available??. */ +#define EM_CYGNUS_FRV 0x5441 /* See the above comment before you add a new EM_* value here. */ /* Values for e_version. */ -- cgit v1.2.3