summaryrefslogtreecommitdiff
path: root/lib/libc/arm/aeabi
AgeCommit message (Expand)Author
2025-05-04libgcc_s: export integer and floating point __aeabi_ symbolsMichal Meloun
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-20libc: Replace armv6 with armv7 in a commentAndrew Turner
2024-06-12lib: Remove __ARM_ARCH checks that are always trueAndrew Turner
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14libc: Simplify soft-float on 32-bit armWarner Losh
2019-12-20Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric
2019-11-14armv6 soft float build fixedWarner Losh
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-05Support armv7 builds for userlandWarner Losh
2017-02-17Publish __aeabi_uidiv and __aeabi_idiv as compatible symbols from libc.Michal Meloun
2017-01-20Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper
2016-05-18Make armv6 hard float abi by default. Kill armv6hf.Warner Losh
2016-04-06Revert a change that sneeked with 297619Andrew Turner
2016-04-06Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner
2015-09-29Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov
2015-06-16Export the ARM __aeabi_mem* functions from libc, they are needed by the gccAndrew Turner
2015-05-31Use a register to set the cpsr bits. The ip register is safe to be changedAndrew Turner
2015-05-12Teach bits of libc about Thumb. This adds the if-then instructions neededAndrew Turner
2015-01-08Apparently more Makefiles use stuff from compiler-rt, so fix them upDimitry Andric
2014-10-14Add support for the __aeabi_c*cmp* functions. These are similar to theAndrew Turner
2014-10-01Clean up detection of hard-float ABIs. As with big-endian in r272368 weAndrew Turner
2014-08-14From https://sourceware.org/ml/newlib/2014/msg00113.htmlWarner Losh
2014-07-19Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionIan Lepore
2014-03-23Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner
2014-03-16Remove an extra 1 in an #if lineAndrew Turner
2014-03-16Fix the spelling of function.Andrew Turner
2014-03-16Add an optimised version of the float and double helper functions. TheseAndrew Turner
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2013-02-12When clang builds libc it may insert calls to __aeabi_* functions. NormallyAndrew Turner
2013-01-19Add the required __aeabi_* functions to libc.Andrew Turner