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_cosf.S,v 1.3 1995/05/08 23:55:16 jtc Exp $")
40 cfi_adjust_cfa_offset (4)
41 cfi_rel_offset (ebx, 0)
43 call __errno_location@PLT
46 cfi_adjust_cfa_offset (-4)
49 call __errno_location@PLT
54 weak_alias (__cosf, cosf)