linux-kernel-test/arch/c6x
Mark Salter fce2447627 C6X: add support to build with BINFMT_ELF_FDPIC
C6x userspace supports a shared library mechanism called DSBT for systems with
no MMU. DSBT is similar to FDPIC in allowing shared text segments and private
copies of data segments without an MMU. Both methods access data using a base
register and offset. With FDPIC, the caller of an external function sets up the
base register for the callee. With DSBT, the called function sets up its own
base register. Other details differ but both userspaces need the same thing
from the kernel loader: a map of where each ELF segment was loaded. The FDPIC
loader already provides this, so DSBT just uses it.

This patch enables BINFMT_ELF_FDPIC by default for C6X and provides the
necessary architecture hooks for the generic loader.

Signed-off-by: Mark Salter <msalter@redhat.com>
2012-05-15 09:17:34 -04:00
..
boot Kbuild: Use dtc's -d (dependency) option 2012-02-14 21:14:44 -05:00
configs C6X: build infrastructure 2011-10-06 19:47:25 -04:00
include/asm C6X: add support to build with BINFMT_ELF_FDPIC 2012-05-15 09:17:34 -04:00
kernel irq: Kill pointless irqd_to_hw export 2012-04-10 22:39:17 -06:00
lib C6X: library code 2011-10-06 19:48:23 -04:00
mm C6X: memory management and DMA support 2011-10-06 19:47:37 -04:00
platforms Disintegrate asm/system.h for C6X 2012-03-28 18:30:02 +01:00
Kconfig C6X: change main arch kbuild symbol 2012-05-02 10:04:02 -04:00
Makefile C6X: build infrastructure 2011-10-06 19:47:25 -04:00