Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm/*: mass removal of: | Denis Vlasenko | 2008-12-22 | 1 | -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. Mazinger | 2006-03-10 | 1 | -2/+0 |
| | | | | most of global data relocations are back | ||||
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -1/+1 |
| | |||||
* | last math related global data reloc (_LIB_VERSION) removed | Peter S. Mazinger | 2006-01-17 | 1 | -0/+2 |
| | |||||
* | Trim off whitespace | Eric Andersen | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | Totally rework the math library, this time based on the MacOs X | Eric Andersen | 2001-11-22 | 1 | -0/+39 |
math library (which is itself based on the math lib from FreeBSD). -Erik |