From 13768e75f6fedcec916df2ed8d237259291eca76 Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 5 Jan 2005 00:11:57 -0800 Subject: [PATCH] FRV: provide stub asm/a.out.h This 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 Signed-off-by: Linus Torvalds --- include/asm-frv/a.out.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/asm-frv/a.out.h diff --git a/include/asm-frv/a.out.h b/include/asm-frv/a.out.h new file mode 100644 index 000000000000..dd3b7e5754c9 --- /dev/null +++ b/include/asm-frv/a.out.h @@ -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. + */ -- cgit v1.2.3