]> git.baikalelectronics.ru Git - kernel.git/commit
aout: mark arches that support A.OUT format
authorDavid Howells <dhowells@redhat.com>
Fri, 8 Feb 2008 12:19:27 +0000 (04:19 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:30 +0000 (09:22 -0800)
commit85d2bd5998d677de9b14f8300d3c3cdfcb457492
treec3c6d2e44d2104231daa31f684b9e7fcdc3b7896
parentdc9e4d2598485266aa31cbfe3c45a9531676ea10
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>
14 files changed:
arch/alpha/Kconfig
arch/arm/Kconfig
arch/h8300/Kconfig
arch/m32r/Kconfig
arch/m68k/Kconfig
arch/m68knommu/Kconfig
arch/parisc/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/sparc64/Kconfig
arch/um/Kconfig.i386
arch/um/Kconfig.x86_64
arch/v850/Kconfig
arch/x86/Kconfig