diff options
| author | David Howells <dhowells@redhat.com> | 2005-01-05 00:11:57 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-05 00:11:57 -0800 |
| commit | 13768e75f6fedcec916df2ed8d237259291eca76 (patch) | |
| tree | 8145fadbff9e8b81f4da8e55fdeea94ddd0059bf /include | |
| parent | 51f1683d59f2ff3e7fc4580f3bf7323cd11c0cb8 (diff) | |
[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 <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-frv/a.out.h | 5 |
1 files changed, 5 insertions, 0 deletions
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. + */ |
