Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2002-06-19 01:15:57 +0400
committerDave Brolley <brolley@redhat.com>2002-06-19 01:15:57 +0400
commit1b1dbc6720cdfa1da23a7ef0e2c7a623cf32500d (patch)
treed58b10224b42ceae302522995c60622a0e2047f5 /include/elf/common.h
parent685f52ef48a158900e0aaac36a7b67bf16949b5a (diff)
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.h2
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. */