Jeremy,

Could you please add the ELF architecture-magic number for Xtensa (94) when you finally submit this patch?

Jeremy Fitzhardinge wrote:
This patch cleans up the ELF headers and their users.  It does several
related things:
--- /dev/null
+++ b/include/linux/elf-const.h
@@ -0,0 +1,222 @@
+#ifndef _LINUX_ELF_CONST_H
+#define _LINUX_ELF_CONST_H
+
+/* These constants define the various ELF target machines */
+#define EM_NONE                0
...
+#define EM_V850                87      /* NEC v850 */
+#define EM_M32R                88      /* Renesas M32R */

#define EM_XTENSA       94

Thanks,
-Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to