2 * Written by J.T. Conklin <jtc@netbsd.org>.
3 * Fixed errno handling by Ulrich Drepper <drepper@redhat.com>.
8 #include <bits/errno.h>
9 #include <machine/asm.h>
11 RCSID("$NetBSD: s_tanf.S,v 1.3 1995/05/09 00:31:09 jtc Exp $")
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 (__tanf, tanf)