OSDN Git Service

add sh2a-fpu
authorryuz <ryuz@users.sourceforge.jp>
Tue, 9 Nov 2010 13:54:43 +0000 (22:54 +0900)
committerryuz <ryuz@users.sourceforge.jp>
Tue, 9 Nov 2010 13:54:43 +0000 (22:54 +0900)
commit4933487e3ffe3b4e753a48a5e72bc33e4881ff94
tree162e6f51e94e3e11a8f194ab86b3bb9c321643f6
parentc15010c3afef9ae3ba455c0da12d77e9489aab7e
add sh2a-fpu
13 files changed:
kernel/build/sh/sh2a-fpu/gcc/gmake.mak [new file with mode: 0644]
kernel/include/arch/proc/sh/sh2a-fpu/proc.h [new file with mode: 0644]
kernel/include/arch/proc/sh/sh2a-fpu/procatr.h [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/gcc/kcre_ctx.S [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/gcc/kdis_int.S [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/gcc/kena_int.S [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/gcc/kexc_hdr.S [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/gcc/kint_hdr.S [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/gcc/krst_ctx.S [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/gcc/kswi_ctx.S [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/gcc/kwai_int.S [new file with mode: 0644]
kernel/source/arch/proc/sh/sh2a-fpu/val_int.c [new file with mode: 0644]
sample/sh/sh7262/gcc/Makefile