repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(_IO_init): Set _vtable_offset to 0.
[glibc/history.git]
/
sysdeps
/
libm-i387
/
s_logbl.S
blob
5c9a9c1c9d81623cffd958e84110c0b7f835ab77
1
/*
2
* Written by J.T. Conklin <jtc@netbsd.org>.
3
* Changes for long double by Ulrich Drepper <drepper@cygnus.com>
4
* Public domain.
5
*/
6
7
#include <machine/asm.h>
8
9
RCSID("$NetBSD: $")
10
11
ENTRY(__logbl)
12
fldt 4(%esp)
13
fxtract
14
fstp %st
15
ret
16
END (__logbl)
17
weak_alias (__logbl, logbl)