]> Git Repo - qemu.git/commit - linux-user/nios2/target_signal.h
nios2: Add usermode binaries emulation
authorMarek Vasut <[email protected]>
Wed, 18 Jan 2017 22:01:42 +0000 (23:01 +0100)
committerRichard Henderson <[email protected]>
Tue, 24 Jan 2017 21:10:35 +0000 (13:10 -0800)
commita0a839b65b61a51934b9c2c197fa058c319cc94a
tree925ce4031c19b9e10cc8927c934a4e90a6f7dff6
parent3f0c3423093fe7a07af3806cc773bf7d71adf8c9
nios2: Add usermode binaries emulation

Add missing bits for qemu-user required for emulating Altera Nios2
userspace binaries.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chris Wulff <[email protected]>
Cc: Jeff Da Silva <[email protected]>
Cc: Ley Foon Tan <[email protected]>
Cc: Sandra Loosemore <[email protected]>
Cc: Yves Vandervennet <[email protected]>
Reviewed-by: Alexander Graf <[email protected]>
Message-Id: <20170118220146[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
include/elf.h
linux-user/elfload.c
linux-user/main.c
linux-user/nios2/syscall_nr.h [new file with mode: 0644]
linux-user/nios2/target_cpu.h [new file with mode: 0644]
linux-user/nios2/target_signal.h [new file with mode: 0644]
linux-user/nios2/target_structs.h [new file with mode: 0644]
linux-user/nios2/target_syscall.h [new file with mode: 0644]
linux-user/nios2/termbits.h [new file with mode: 0644]
linux-user/signal.c
linux-user/syscall_defs.h
This page took 0.024215 seconds and 4 git commands to generate.