2 * Written by J.T. Conklin <jtc@netbsd.org>.
5 * Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
6 * Fixed errno handling by Ulrich Drepper <drepper@redhat.com>.
10 #include <bits/errno.h>
11 #include <machine/asm.h>
41 cfi_adjust_cfa_offset (4)
42 cfi_rel_offset (ebx, 0)
44 call __errno_location@PLT
47 cfi_adjust_cfa_offset (-4)
50 call __errno_location@PLT
55 weak_alias (__tanl, tanl)