]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the required __aeabi_* functions to libc.
authorandrew <andrew@FreeBSD.org>
Sat, 19 Jan 2013 05:33:55 +0000 (05:33 +0000)
committerandrew <andrew@FreeBSD.org>
Sat, 19 Jan 2013 05:33:55 +0000 (05:33 +0000)
commitee70ac6d85ad5c8eafb0a4630acfe22119788f5b
tree5b78a3745380db13dd61b7bbb1126e6225e8c2de
parentce40a2ab5fdd2887aa211030b3f009b398129810
Add the required __aeabi_* functions to libc.

The floating point functions are here rather than compiler-rt because the
libc softfloat code allows us to set the rounding mode.
lib/libc/arm/Makefile.inc
lib/libc/arm/aeabi/Makefile.inc [new file with mode: 0644]
lib/libc/arm/aeabi/Symbol.map [new file with mode: 0644]
lib/libc/arm/aeabi/aeabi_atexit.c [new file with mode: 0644]
lib/libc/arm/aeabi/aeabi_double.c [new file with mode: 0644]
lib/libc/arm/aeabi/aeabi_float.c [new file with mode: 0644]
lib/libc/arm/aeabi/aeabi_unwind_cpp.c [new file with mode: 0644]