vserver 1.9.5.x5
[linux-2.6.git] / include / linux / elf.h
index 052b740..f5b3ba5 100644 (file)
@@ -36,8 +36,9 @@ typedef __s64 Elf64_Sxword;
 #define PT_NOTE    4
 #define PT_SHLIB   5
 #define PT_PHDR    6
-#define PT_LOOS           0x60000000
-#define PT_HIOS           0x6fffffff
+#define PT_TLS     7               /* Thread local storage segment */
+#define PT_LOOS    0x60000000      /* OS-specific */
+#define PT_HIOS    0x6fffffff      /* OS-specific */
 #define PT_LOPROC  0x70000000
 #define PT_HIPROC  0x7fffffff
 #define PT_GNU_EH_FRAME                0x6474e550
@@ -109,6 +110,8 @@ typedef __s64       Elf64_Sxword;
  */
 #define EM_S390_OLD     0xA390
 
+#define EM_FRV         0x5441          /* Fujitsu FR-V */
+
 /* This is the info that is needed to parse the dynamic section of the file */
 #define DT_NULL                0
 #define DT_NEEDED      1