* [PATCH] FRV: provide stub asm/a.out.h
@ 2005-01-05 14:32 David Howells
0 siblings, 0 replies; only message in thread
From: David Howells @ 2005-01-05 14:32 UTC (permalink / raw)
To: torvalds, akpm; +Cc: linux-kernel
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@redhat.com>
---
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.
+ */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-05 14:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-05 14:32 [PATCH] FRV: provide stub asm/a.out.h David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).