[PATCH] FRV: provide stub asm/a.out.h

From: David Howells
Date: Wed Jan 05 2005 - 09:34:01 EST



The attached patch provides a stub asm/a.out.h for the FRV arch. This
shouldn't be necessary as FRV doesn't support the AOUT binfmt, but it seems to
be required by some archs for compilation of fs/exec.c.

Signed-Off-By: David Howells <dhowells@xxxxxxxxxx>
---
warthog>diffstat frv-aouth-2610bk8.diff
a.out.h | 5 +++++
1 files changed, 5 insertions(+)

diff -uNrp /warthog/kernels/linux-2.6.10-bk8/include/asm-frv/a.out.h linux-2.6.10-bk8-frv/include/asm-frv/a.out.h
--- /warthog/kernels/linux-2.6.10-bk8/include/asm-frv/a.out.h 1970-01-01 01:00:00.000000000 +0100
+++ linux-2.6.10-bk8-frv/include/asm-frv/a.out.h 2005-01-05 13:33:46.113126564 +0000
@@ -0,0 +1,5 @@
+/*
+ * FRV doesn't do AOUT format. This header file should be removed as
+ * soon as fs/exec.c and fs/proc/kcore.c and the archs that require
+ * them to include linux/a.out.h are fixed.
+ */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/