freebsd-dev/lib/libc/aarch64/gen
Jason Evans e46bcb7d38 Decrease relative branch brittleness.
Replace conditional branches with trampolines to unconditional branches when
jumping to labels within other compilation units.  This increases the offset
range from +-1 MiB to +-128 MiB.
2017-06-20 07:25:38 +00:00
..
_ctx_start.S Add support for makecontext. This supports up to 8 arguments as this 2015-07-10 08:36:22 +00:00
_set_tp.c Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes warnings. 2015-09-20 04:59:01 +00:00
_setjmp.S Set the alignment of the setjmp magic values correctly. The alignment needs 2015-06-24 16:15:32 +00:00
fabs.S
flt_rounds.c
fpgetmask.c Implement fpgetmask, it's needed by Python. 2015-06-25 08:22:25 +00:00
fpsetmask.c Implement fpsetmask. Some third-party software makes use of it, for example 2015-06-24 16:18:58 +00:00
infinity.c Add the definitions of __infinity and __nan. 2015-08-20 13:11:52 +00:00
makecontext.c Add support for makecontext. This supports up to 8 arguments as this 2015-07-10 08:36:22 +00:00
Makefile.inc Disable support for compat syscalls on arm64. These symbols were never 2016-04-06 16:09:10 +00:00
setjmp.S Fix the comment showing the meaning of the first argument to sigprocmask. 2017-02-03 11:51:06 +00:00
sigsetjmp.S Decrease relative branch brittleness. 2017-06-20 07:25:38 +00:00