summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-31 04:31:33 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-31 04:31:33 +0000
commit4ea7a1129a0ab3f1efe2fffd22693b48982703b5 (patch)
treeaaffc86a012ee18d4a69087beeef753cd9eb6189 /include
parenta41983bf0d8640d0a1269c58c0b590cc87777c86 (diff)
More i960 support
Diffstat (limited to 'include')
-rw-r--r--include/elf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index 1c3941a5f..56085a6a3 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -2131,6 +2131,15 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_V850_NUM 25
+/* i960 Relocations */
+#define R_960_NONE 0
+#define R_960_12 1
+#define R_960_32 2
+#define R_960_IP24 3
+#define R_960_SUB 4
+#define R_960_OPTCALL 5
+#define R_960_OPTCALLX 6
+#define R_960_OPTCALLXA 7
__END_DECLS