aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* libc: stop exporting cerrorEd Maste2016-03-301-1/+0
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionIan Lepore2014-07-191-0/+5
* Export _libc_arm_fpu_present as a private symbol to be used by otherAndrew Turner2014-03-111-0/+2
* Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABIAndrew Turner2013-01-191-4/+0
* Per kib, since __flt_rounds is being added to FreeBSD 10, itTim Kientzle2012-06-151-0/+3
* __flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),Tim Kientzle2012-06-141-1/+1
* __flt_rounds was omitted from the exported symbols here.Tim Kientzle2012-06-091-0/+1
* Add __aeabi_read_tp to the symbol list.Olivier Houchard2012-03-041-0/+1
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-211-1/+0
* Unbreak arm build by removing duplicate symbols.Olivier Houchard2007-10-181-8/+0
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.Olivier Houchard2007-05-191-1/+1
* Do not export 'end' symbol. It is not meant to be visible to outsideAlexander Kabaev2007-05-161-1/+1
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-131-1/+24
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-11/+13
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+66