mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 18:23:41 +08:00
* sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
inline. * sysdeps/m68k/fpu/e_exp10.c: New file. * sysdeps/m68k/fpu/e_exp10f.c: New file. * sysdeps/m68k/fpu/e_exp10l.c: New file. * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as inline. * sysdeps/m68k/fpu/e_exp10.c: New file. * sysdeps/m68k/fpu/e_exp10f.c: New file. * sysdeps/m68k/fpu/e_exp10l.c: New file.
This commit is contained in:
parent
4bec453640
commit
3fed58f8ab
@ -1,5 +1,11 @@
|
||||
Wed Jun 10 10:32:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
|
||||
inline.
|
||||
* sysdeps/m68k/fpu/e_exp10.c: New file.
|
||||
* sysdeps/m68k/fpu/e_exp10f.c: New file.
|
||||
* sysdeps/m68k/fpu/e_exp10l.c: New file.
|
||||
|
||||
* sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
|
||||
_dl_profile_map only if the name matches.
|
||||
(_dl_start_user): Remember stack address.
|
||||
|
@ -125,6 +125,7 @@ __inline_mathop(__ieee754_cosh, cosh)
|
||||
__inline_mathop(__ieee754_sinh, sinh)
|
||||
__inline_mathop(__ieee754_exp, etox)
|
||||
__inline_mathop(__ieee754_exp2, twotox)
|
||||
__inline_mathop(__ieee754_exp10, tentox)
|
||||
__inline_mathop(__ieee754_log10, log10)
|
||||
__inline_mathop(__ieee754_log, logn)
|
||||
__inline_mathop(__ieee754_sqrt, sqrt)
|
||||
|
2
sysdeps/m68k/fpu/e_exp10.c
Normal file
2
sysdeps/m68k/fpu/e_exp10.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define FUNC __ieee754_exp10
|
||||
#include <e_acos.c>
|
2
sysdeps/m68k/fpu/e_exp10f.c
Normal file
2
sysdeps/m68k/fpu/e_exp10f.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define FUNC __ieee754_exp10f
|
||||
#include <e_acosf.c>
|
2
sysdeps/m68k/fpu/e_exp10l.c
Normal file
2
sysdeps/m68k/fpu/e_exp10l.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define FUNC __ieee754_exp10l
|
||||
#include <e_acosl.c>
|
Loading…
Reference in New Issue
Block a user