patch-2.4.4 linux/include/linux/elf.h

Next file: linux/include/linux/etherdevice.h
Previous file: linux/include/linux/devfs_fs_kernel.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/linux/elf.h linux/include/linux/elf.h
@@ -74,6 +74,8 @@
 
 #define EM_X8664	62	/* AMD x86-64 */
 
+#define EM_S390		22	/* IBM S/390 */
+
 #define EM_CRIS         76      /* Axis Communications 32-bit embedded processor */
 
 /*
@@ -83,9 +85,9 @@
 #define EM_ALPHA	0x9026
 
 /*
- * This is an interim value for S390 architecture
+ * This is the old interim value for S/390 architecture
  */
-#define EM_S390         0xA390
+#define EM_S390_OLD     0xA390
 
 /* This is the info that is needed to parse the dynamic section of the file */
 #define DT_NULL		0

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)