|
@@ -16,7 +16,7 @@
|
|
/* Machine specific ELF Hdr flags */
|
|
/* Machine specific ELF Hdr flags */
|
|
#define EF_ARC_OSABI_MSK 0x00000f00
|
|
#define EF_ARC_OSABI_MSK 0x00000f00
|
|
#define EF_ARC_OSABI_ORIG 0x00000000 /* MUST be zero for back-compat */
|
|
#define EF_ARC_OSABI_ORIG 0x00000000 /* MUST be zero for back-compat */
|
|
-#define EF_ARC_OSABI_V2 0x00000200
|
|
|
|
|
|
+#define EF_ARC_OSABI_CURRENT 0x00000300 /* v3 (no legacy syscalls) */
|
|
|
|
|
|
/* ARC Relocations (kernel Modules only) */
|
|
/* ARC Relocations (kernel Modules only) */
|
|
#define R_ARC_32 0x4
|
|
#define R_ARC_32 0x4
|