]> git.proxmox.com Git - qemu.git/commit - Makefile.target
sh4 target (Samuel Tardieu)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 27 Apr 2006 21:07:38 +0000 (21:07 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 27 Apr 2006 21:07:38 +0000 (21:07 +0000)
commitfdf9b3e831e8e6b5ceb2a44c742da7d1ab558242
treeba55ae7076148e88f174b9ce8928f12551583941
parent66a93e0f47fa9869178008c7bc38d66a7c5e45f4
sh4 target (Samuel Tardieu)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1861 c046a42c-6fe2-441c-8c8c-71466251a162
24 files changed:
Makefile.target
configure
cpu-all.h
cpu-exec.c
dis-asm.h
disas.c
exec-all.h
gdbstub.c
linux-user/elfload.c
linux-user/main.c
linux-user/sh4/syscall.h [new file with mode: 0644]
linux-user/sh4/syscall_nr.h [new file with mode: 0644]
linux-user/sh4/termbits.h [new file with mode: 0644]
linux-user/syscall.c
linux-user/syscall_defs.h
sh4-dis.c [new file with mode: 0644]
softmmu_header.h
target-sh4/cpu.h [new file with mode: 0644]
target-sh4/exec.h [new file with mode: 0644]
target-sh4/helper.c [new file with mode: 0644]
target-sh4/op.c [new file with mode: 0644]
target-sh4/op_helper.c [new file with mode: 0644]
target-sh4/op_mem.c [new file with mode: 0644]
target-sh4/translate.c [new file with mode: 0644]