Browse Source

More i960 support

Eric Andersen 22 years ago
parent
commit
4ea7a1129a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      include/elf.h

+ 9 - 0
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