summaryrefslogtreecommitdiffstats
path: root/libm/s_lib_version.c
Commit message (Collapse)AuthorAgeFilesLines
* libm/*: mass removal of:Denis Vlasenko2008-12-221-5/+0
| | | | | | | | | 1. static char rcsid[] = "$NetBSD: ..." 2. /* @(#)s_scalbn.c 5.1 93/09/24 */ 3. #ifdef __STDC__ No code changes (verified with objdump)
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-2/+0
| | | | most of global data relocations are back
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-1/+1
|
* last math related global data reloc (_LIB_VERSION) removedPeter S. Mazinger2006-01-171-0/+2
|
* Trim off whitespaceEric Andersen2005-03-061-1/+1
|
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-221-0/+39
math library (which is itself based on the math lib from FreeBSD). -Erik