OSDN Git Service

Patch by Joseph S. Myers to add support for ARM EABI
authorMike Frysinger <vapier@gentoo.org>
Sun, 29 Jan 2006 21:02:08 +0000 (21:02 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 29 Jan 2006 21:02:08 +0000 (21:02 -0000)
commit2607bee41906da4f47d98a92749c11533396838c
tree0ac6b10026422c6863e63d843305c2ac2f3030f8
parentceb83067f2248eb6f9517440c127250c98bbd8f3
Patch by Joseph S. Myers to add support for ARM EABI
29 files changed:
extra/Configs/Config.arm
libc/misc/assert/__assert.c
libc/misc/locale/locale.c
libc/stdlib/atexit.c
libc/sysdeps/linux/arm/Makefile.arch
libc/sysdeps/linux/arm/__longjmp.S
libc/sysdeps/linux/arm/aeabi_assert.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_atexit.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_errno_addr.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_lcsts.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_localeconv.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_math.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_mb_cur_max.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_memclr.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_memcpy.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_memmove.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_memset.c [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_sighandlers.S [new file with mode: 0644]
libc/sysdeps/linux/arm/aeabi_unwind_cpp_pr1.c [new file with mode: 0644]
libc/sysdeps/linux/arm/bits/setjmp.h
libc/sysdeps/linux/arm/bits/syscalls.h
libc/sysdeps/linux/arm/clone.S
libc/sysdeps/linux/arm/find_exidx.c [new file with mode: 0644]
libc/sysdeps/linux/arm/fpu_control.h
libc/sysdeps/linux/arm/mmap64.S
libc/sysdeps/linux/arm/setjmp.S
libc/sysdeps/linux/arm/sigrestorer.S
libc/sysdeps/linux/arm/syscall-eabi.S [new file with mode: 0644]
libc/sysdeps/linux/arm/vfork.S