Explorar o código

More i960 support

Eric Andersen %!s(int64=22) %!d(string=hai) anos
pai
achega
4ea7a1129a
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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