original_kernel/arch
David Howells b0b933c08b aout: mark arches that support A.OUT format
Mark arches that support A.OUT format by including the following in their
master Kconfig files:

	config ARCH_SUPPORTS_AOUT
		def_bool y

This should also be set if the arch provides compatibility A.OUT support for
an older arch, for instance x86_64 for i386 or sparc64 for sparc.

I've guessed at which arches don't, based on comments in the code, however I'm
sure that some of the ones I've marked as 'yes' actually should be 'no'.

Signed-off-by: David Howells <dhowells@redhat.com>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-08 09:22:30 -08:00
..
alpha aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
arm aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
avr32
blackfin
cris
frv
h8300 aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
ia64 time: fix typo in comments 2008-02-08 09:22:29 -08:00
m32r aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
m68k aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
m68knommu aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
mips pid: fix mips irix emulation pid usage 2008-02-08 09:22:28 -08:00
parisc aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
powerpc Fix compilation of powerpc asm-offsets.c with old gcc 2008-02-07 14:54:45 -08:00
ppc
s390 proc: seqfile convert proc_pid_status to properly handle pid namespaces 2008-02-08 09:22:24 -08:00
sh aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
sparc aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
sparc64 aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
um aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
v850 aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
x86 aout: mark arches that support A.OUT format 2008-02-08 09:22:30 -08:00
xtensa
.gitignore
Kconfig