aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/aeabi
Commit message (Expand)AuthorAgeFilesLines
* libgcc_s: export integer and floating point __aeabi_ symbolsMichal Meloun2025-05-043-45/+5
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc: Replace armv6 with armv7 in a commentAndrew Turner2024-06-202-2/+2
* lib: Remove __ARM_ARCH checks that are always trueAndrew Turner2024-06-121-1/+1
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-015-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* libc: Simplify soft-float on 32-bit armWarner Losh2023-02-141-3/+2
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-1/+1
* armv6 soft float build fixedWarner Losh2019-11-141-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-254-4/+12
* Support armv7 builds for userlandWarner Losh2017-10-051-3/+3
* Publish __aeabi_uidiv and __aeabi_idiv as compatible symbols from libc.Michal Meloun2017-02-173-1/+60
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Make armv6 hard float abi by default. Kill armv6hf.Warner Losh2016-05-181-2/+3
* Revert a change that sneeked with 297619Andrew Turner2016-04-061-3/+1
* Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner2016-04-061-1/+3
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-294-0/+6
* Export the ARM __aeabi_mem* functions from libc, they are needed by the gccAndrew Turner2015-06-162-8/+17
* Use a register to set the cpsr bits. The ip register is safe to be changedAndrew Turner2015-05-312-8/+12
* Teach bits of libc about Thumb. This adds the if-then instructions neededAndrew Turner2015-05-122-2/+14
* Apparently more Makefiles use stuff from compiler-rt, so fix them upDimitry Andric2015-01-081-1/+1
* Add support for the __aeabi_c*cmp* functions. These are similar to theAndrew Turner2014-10-148-1/+337
* Clean up detection of hard-float ABIs. As with big-endian in r272368 weAndrew Turner2014-10-011-1/+1
* From https://sourceware.org/ml/newlib/2014/msg00113.htmlWarner Losh2014-08-141-2/+4
* Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionIan Lepore2014-07-192-1/+106
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-231-2/+4
* Remove an extra 1 in an #if lineAndrew Turner2014-03-161-1/+1
* Fix the spelling of function.Andrew Turner2014-03-162-2/+2
* Add an optimised version of the float and double helper functions. TheseAndrew Turner2014-03-166-124/+537
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-3/+3
* When clang builds libc it may insert calls to __aeabi_* functions. NormallyAndrew Turner2013-02-121-0/+19
* Add the required __aeabi_* functions to libc.Andrew Turner2013-01-196-0/+359