summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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