OSDN Git Service

added and modified bionic code to support SuperH architecture
authorShin-ichiro KAWASAKI <shinichiro.kawasaki.mg@hitachi.com>
Mon, 28 Sep 2009 07:11:39 +0000 (16:11 +0900)
committerTony Sim <sim.chinyeow@renesas.com>
Mon, 28 Sep 2009 07:11:39 +0000 (16:11 +0900)
commit10093276e98d26428875480c502a278dffe550c7
tree82b93376f21744cb1696a27c084d633d162a6ab1
parent4e30c09e57a0351daff70f6657794569445be21c
added and modified bionic code to support SuperH architecture

    modified:   libc/Android.mk
    new files:   libc/arch-sh/bionic/*
    new files:   libc/arch-sh/include/*
32 files changed:
libc/Android.mk
libc/arch-sh/bionic/__get_pc.S [new file with mode: 0644]
libc/arch-sh/bionic/__get_sp.S [new file with mode: 0644]
libc/arch-sh/bionic/__get_tls.c [new file with mode: 0644]
libc/arch-sh/bionic/__set_tls.c [new file with mode: 0644]
libc/arch-sh/bionic/_exit_with_stack_teardown.S [new file with mode: 0644]
libc/arch-sh/bionic/_setjmp.S [new file with mode: 0644]
libc/arch-sh/bionic/atomic_cmpxchg.S [new file with mode: 0644]
libc/arch-sh/bionic/atomics_sh.c [new file with mode: 0644]
libc/arch-sh/bionic/bzero.S [new file with mode: 0644]
libc/arch-sh/bionic/clone.S [new file with mode: 0644]
libc/arch-sh/bionic/crtbegin_dynamic.S [new file with mode: 0644]
libc/arch-sh/bionic/crtbegin_static.S [new file with mode: 0644]
libc/arch-sh/bionic/crtend.S [new file with mode: 0644]
libc/arch-sh/bionic/ffs.S [new file with mode: 0644]
libc/arch-sh/bionic/memcpy.S [new file with mode: 0644]
libc/arch-sh/bionic/memmove.S [new file with mode: 0644]
libc/arch-sh/bionic/memset.S [new file with mode: 0644]
libc/arch-sh/bionic/pipe.S [new file with mode: 0644]
libc/arch-sh/bionic/setjmp.S [new file with mode: 0644]
libc/arch-sh/bionic/sigsetjmp.S [new file with mode: 0644]
libc/arch-sh/bionic/syscall.S [new file with mode: 0644]
libc/arch-sh/bionic/unwind.c [new file with mode: 0644]
libc/arch-sh/include/endian.h [new file with mode: 0644]
libc/arch-sh/include/machine/_types.h [new file with mode: 0644]
libc/arch-sh/include/machine/asm.h [new file with mode: 0644]
libc/arch-sh/include/machine/exec.h [new file with mode: 0644]
libc/arch-sh/include/machine/ieee.h [new file with mode: 0644]
libc/arch-sh/include/machine/internal_types.h [new file with mode: 0644]
libc/arch-sh/include/machine/kernel.h [new file with mode: 0644]
libc/arch-sh/include/machine/limits.h [new file with mode: 0644]
libc/arch-sh/include/machine/setjmp.h [new file with mode: 0644]