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 | 2b2c67607947f70de39792d82c1eb3e89b5203e9 (patch) | |
tree | f8fa5604157ca678d6d80fb68ca564e6ea9c6568 /include/elf/common.h | |
parent | 0ebb9a87ebdcd88d4e8f77d7adc4d399bc371e23 (diff) | |
download | fsf-binutils-gdb-2b2c67607947f70de39792d82c1eb3e89b5203e9.zip fsf-binutils-gdb-2b2c67607947f70de39792d82c1eb3e89b5203e9.tar.gz fsf-binutils-gdb-2b2c67607947f70de39792d82c1eb3e89b5203e9.tar.bz2 |
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 ce3974e..f4663df 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. */ |