summaryrefslogtreecommitdiff
path: root/lib/libc/arm/Symbol.map
AgeCommit message (Expand)Author
2024-04-16libc/arm: export __signalcontext not _signalcontextBrooks Davis
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-05libc: move MD sys related symbols to libsysBrooks Davis
2023-11-15libc: centralize a few numeric symbolsBrooks Davis
2023-11-15libc: centralize makecontext symbolsBrooks Davis
2023-11-15libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis
2023-11-15libc: centralize ntoh symbolsBrooks Davis
2023-11-15libc: further centralize syscall symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2021-12-09libc: Remove _get_tp() and _set_tp().John Baldwin
2019-07-13Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers.Ian Lepore
2018-12-05Remove MD __sys_* private symbols.Brooks Davis
2018-06-04Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston
2018-03-05Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin
2016-03-30libc: stop exporting cerrorEd Maste
2016-03-24libc: stop exporting curbrk and minbrk in the private namespaceEd Maste
2014-07-19Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionIan Lepore
2014-03-11Export _libc_arm_fpu_present as a private symbol to be used by otherAndrew Turner
2013-01-19Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABIAndrew Turner
2012-06-15Per kib, since __flt_rounds is being added to FreeBSD 10, itTim Kientzle
2012-06-14__flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),Tim Kientzle
2012-06-09__flt_rounds was omitted from the exported symbols here.Tim Kientzle
2012-03-04Add __aeabi_read_tp to the symbol list.Olivier Houchard
2011-10-21Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz
2007-10-18Unbreak arm build by removing duplicate symbols.Olivier Houchard
2007-05-31Some libc symbol map cleanups.Daniel Eischen
2007-05-19Use __mcount() instead of _mcount() to reduce diffs with NetBSD.Olivier Houchard
2007-05-16Do not export 'end' symbol. It is not meant to be visible to outsideAlexander Kabaev
2007-05-13Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen