OSDN Git Service

The C6X port
authorAurelien Jacquiot <a-jacquiot@ti.com>
Wed, 23 Feb 2011 12:04:59 +0000 (13:04 +0100)
committerBernd Schmidt <bernds@codesourcery.com>
Sat, 5 Mar 2011 17:10:15 +0000 (18:10 +0100)
commit46d6a24872b7fa2717f8f71b5e0598a14d38e1f6
tree886cf5a54ef7fd260acf2dd7d1722acea1c62186
parent817f685f4c65ed1af6eef79749b1f158eedd5bfc
The C6X port

This adds support for the TI C6X family of processors.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com>
Signed-off-by: Bernd Schmidt <bernds@codesourcery.com>
52 files changed:
Rules.mak
extra/Configs/Config.c6x [new file with mode: 0644]
extra/Configs/Config.in
extra/Configs/Config.in.arch
include/elf.h
ldso/ldso/c6x/dl-debug.h [new file with mode: 0644]
ldso/ldso/c6x/dl-inlines.h [new file with mode: 0644]
ldso/ldso/c6x/dl-startup.h [new file with mode: 0644]
ldso/ldso/c6x/dl-syscalls.h [new file with mode: 0644]
ldso/ldso/c6x/dl-sysdep.h [new file with mode: 0644]
ldso/ldso/c6x/elfinterp.c [new file with mode: 0644]
ldso/ldso/c6x/resolve.S [new file with mode: 0644]
libc/sysdeps/linux/c6x/Makefile [new file with mode: 0644]
libc/sysdeps/linux/c6x/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/c6x/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/c6x/_vfork.S [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/byteswap.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/elf-dsbt.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/mathdef.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/nan.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/poll.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/resource.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/sigcontextinfo.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/stat.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/uClibc_arch_features.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/brk.c [new file with mode: 0644]
libc/sysdeps/linux/c6x/bsd-_setjmp.s [new file with mode: 0644]
libc/sysdeps/linux/c6x/bsd-setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/c6x/clone.S [new file with mode: 0644]
libc/sysdeps/linux/c6x/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/c6x/crti.S [new file with mode: 0644]
libc/sysdeps/linux/c6x/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/c6x/prctl.c [new file with mode: 0644]
libc/sysdeps/linux/c6x/pread_write.c [new file with mode: 0644]
libc/sysdeps/linux/c6x/setjmp.s [new file with mode: 0644]
libc/sysdeps/linux/c6x/sigaction.c [new file with mode: 0644]
libc/sysdeps/linux/c6x/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/sys/reg.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/c6x/syscall.c [new file with mode: 0644]
libc/sysdeps/linux/c6x/vfork.c [new file with mode: 0644]
libc/sysdeps/linux/common/Makefile.in
libpthread/linuxthreads.old/sysdeps/c6x/pt-machine.h [new file with mode: 0644]