summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/gen/flt_rounds.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add retguard macros for libc.mortimer2018-07-031-1/+3
| | | | ok deraadt
* Put _map table into .rodata instead of .textderaadt2017-08-191-3/+2
|
* Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in theguenther2015-11-141-2/+2
| | | | | | non-syscall .S source ok millert@ miod@
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-3/+3
| | | | | | and ldexp(). ok millert@
* Put obvious END() macros that match ENTRY() entries.uebayasi2015-05-291-1/+2
|
* Do a PC-relative relocation for _map rather than going throughmartynas2013-04-231-2/+2
| | | | | | | | | GOTPCREL. Uncovered after the binutils patch where it isn't optimized away at assembly and is forced to go through GOTPCREL. But _map is effectively a local variable. Found with cephes by guenther@. OK guenther@, kettenis@, deraadt@.
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-2/+2
| | | | | | | invocations. This allows us to use the compiler builtin define __PIC__ to check for PIC/PIEness rather than passing -DPIC. Simplifies PIE work a lot. ok matthew@, conceptually ok kurt@
* things for amd64; from art@mickey2004-01-281-0/+30