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:
authorcvs2svn <>2004-11-04 21:42:48 +0300
committercvs2svn <>2004-11-04 21:42:48 +0300
commit1e6c2d731ed203de4d373b25138d9d4ed0a87640 (patch)
tree698b2ddf4f84d4ec30a8e7d1a3ef9d17b1698e2f /include/elf/cris.h
parent83ff0aeb3979911d1458c3814eeeceeee4c6d178 (diff)
This commit was manufactured by cvs2svn to create tag 'csl-arm-2004-q3d'.csl-arm-2004-q3d
Sprout from gdb_6_3-branch 2004-10-12 23:40:04 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_6_3-branch'.' Cherrypick from master 2004-11-04 18:42:47 UTC DJ Delorie <dj@redhat.com> 'Regenerated with correct autoconf': ChangeLog configure configure.in include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/arm.h include/elf/cris.h include/opcode/ChangeLog include/opcode/cris.h include/opcode/crx.h include/opcode/i386.h src-release Delete: djunpack.bat
Diffstat (limited to 'include/elf/cris.h')
-rw-r--r--include/elf/cris.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/elf/cris.h b/include/elf/cris.h
index 3bd03e8aa..ffb64dbd0 100644
--- a/include/elf/cris.h
+++ b/include/elf/cris.h
@@ -98,4 +98,16 @@ END_RELOC_NUMBERS (R_CRIS_max)
/* User symbols in this file have a leading underscore. */
#define EF_CRIS_UNDERSCORE 0x00000001
+/* This is a mask for different incompatible machine variants. */
+#define EF_CRIS_VARIANT_MASK 0x0000000e
+
+/* Variant 0; may contain v0..10 object. */
+#define EF_CRIS_VARIANT_ANY_V0_V10 0x00000000
+
+/* Variant 1; contains v32 object. */
+#define EF_CRIS_VARIANT_V32 0x00000002
+
+/* Variant 2; contains object compatible with v32 and v10. */
+#define EF_CRIS_VARIANT_COMMON_V10_V32 0x00000004
+
#endif /* _ELF_CRIS_H */