diff options
author | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:15:57 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:15:57 +0000 |
commit | 1b1dbc6720cdfa1da23a7ef0e2c7a623cf32500d (patch) | |
tree | d58b10224b42ceae302522995c60622a0e2047f5 /include/elf/common.h | |
parent | 685f52ef48a158900e0aaac36a7b67bf16949b5a (diff) | |
download | cygnal-1b1dbc6720cdfa1da23a7ef0e2c7a623cf32500d.tar.gz cygnal-1b1dbc6720cdfa1da23a7ef0e2c7a623cf32500d.tar.bz2 cygnal-1b1dbc6720cdfa1da23a7ef0e2c7a623cf32500d.zip |
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore, Michael Meissner, Dave Brolley:
* common.h (EM_CYGNUS_FRV): New macro.
* frv.h: New file.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |