| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the __aeabi_c*cmp* functions. These are similar to the | andrew | 2014-10-14 | 8 | -1/+337 |
* | Clean up detection of hard-float ABIs. As with big-endian in r272368 we | andrew | 2014-10-01 | 2 | -2/+2 |
* | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | andrew | 2014-10-01 | 3 | -25/+0 |
* | Add the fp{get,set}{mask,round} functions to the public symbols in the map. | andrew | 2014-09-05 | 2 | -0/+14 |
* | In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). | ian | 2014-08-31 | 22 | -1/+36 |
* | From https://sourceware.org/ml/newlib/2014/msg00113.html | imp | 2014-08-14 | 1 | -2/+4 |
* | Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception | ian | 2014-07-19 | 3 | -1/+111 |
* | Set the new floating point exception mask correctly | andrew | 2014-04-28 | 1 | -1/+1 |
* | Rename the fp{get,set}* files so they no longer conflict with the softfloat | andrew | 2014-04-21 | 7 | -2/+2 |
* | Add the deprecated fp{get,set}* functions, a few ports use them. | andrew | 2014-04-20 | 7 | -0/+304 |
* | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | imp | 2014-04-05 | 1 | -1/+1 |
* | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. | andrew | 2014-03-23 | 1 | -2/+4 |
* | Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores the | andrew | 2014-03-22 | 1 | -10/+14 |
* | Remove an extra 1 in an #if line | andrew | 2014-03-16 | 1 | -1/+1 |
* | Fix the spelling of function. | andrew | 2014-03-16 | 2 | -2/+2 |
* | Add an optimised version of the float and double helper functions. These | andrew | 2014-03-16 | 6 | -124/+537 |
* | Export _libc_arm_fpu_present as a private symbol to be used by other | andrew | 2014-03-11 | 1 | -0/+2 |
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | marcel | 2014-03-04 | 2 | -6/+6 |
* | On ARM EABI double precision floating point values are stored in the | andrew | 2013-09-07 | 3 | -3/+3 |
* | Teach siglongjmp about the VFP version of the setjmp buffer. | andrew | 2013-07-21 | 1 | -3/+5 |
* | Finish pulling in the NetBSD setjmp/longjmp updates on ARM. | andrew | 2013-06-07 | 4 | -4/+162 |
* | Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This | andrew | 2013-06-07 | 1 | -1/+3 |
* | Remove part of the NetBSD longjmp code that was not ready to be merged. | andrew | 2013-06-05 | 1 | -2/+1 |
* | Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin | andrew | 2013-06-04 | 2 | -75/+52 |
* | The getcontext() from the __fillcontextx() call in the | kib | 2013-05-28 | 1 | -0/+7 |
* | When clang builds libc it may insert calls to __aeabi_* functions. Normally | andrew | 2013-02-12 | 1 | -0/+19 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | kib | 2013-01-30 | 2 | -0/+50 |
* | Add the required __aeabi_* functions to libc. | andrew | 2013-01-19 | 7 | -0/+361 |
* | Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABI | andrew | 2013-01-19 | 4 | -5/+27 |
* | Update the syscall calling convention for ARM EABI. We store the syscall | andrew | 2013-01-19 | 1 | -0/+8 |
* | Silence a clang warning by telling it we are only interested in left | andrew | 2013-01-06 | 1 | -1/+1 |
* | Merging of projects/armv6, part 2 | gonzo | 2012-08-15 | 2 | -0/+10 |
* | Per kib, since __flt_rounds is being added to FreeBSD 10, it | kientzle | 2012-06-15 | 1 | -0/+3 |
* | __flt_rounds is a public symbol (expands from the FLT_ROUNDS macro), | kientzle | 2012-06-14 | 1 | -1/+1 |
* | __flt_rounds was omitted from the exported symbols here. | kientzle | 2012-06-09 | 1 | -0/+1 |
* | Replace the C implementation of __aeabi_read_tp with an assembly version. | andrew | 2012-04-16 | 2 | -14/+9 |
* | Unlike other functions __aeabi_read_tp function must preserve r1-r3. The | andrew | 2012-04-08 | 1 | -2/+5 |
* | - Revert part of r234005, which I did not intend to commit. | stas | 2012-04-07 | 1 | -1/+1 |
* | - Add kernel config file for QEMU-emulated gumstix board. | stas | 2012-04-07 | 1 | -1/+1 |
* | Unbreak trhe build by including proper header | gonzo | 2012-03-18 | 1 | -1/+1 |
* | Fix TLS for statically linked binaries | gonzo | 2012-03-18 | 1 | -0/+4 |
* | Add __aeabi_read_tp to the symbol list. | cognet | 2012-03-04 | 1 | -0/+1 |
* | Add __aeabi_read_tp function required for thread-local storage | gonzo | 2012-02-14 | 2 | -1/+43 |
* | Make the sys/ucontext.h self-contained by changing the return type | kib | 2012-02-01 | 1 | -1/+1 |
* | Add API for obtaining extended machine context states that cannot be | kib | 2012-01-21 | 2 | -1/+70 |
* | Don't inline fenv.h functions on arm for now. Inlining makes sense: | das | 2012-01-20 | 1 | -0/+2 |
* | Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for | das | 2012-01-16 | 2 | -1/+64 |
* | Convert softfloat to use the standard exception flag and rounding macros | das | 2012-01-16 | 1 | -14/+14 |
* | Correct some bugs that resulted from arm/_fpmath.h being blindly copied | das | 2012-01-16 | 1 | -1/+2 |
* | Merge index() and strchr() together. | ed | 2012-01-03 | 1 | -4/+3 |