mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
* sysdeps/alpha/Versions: Add __atan2 for libm and GLIBC_2.0.
This commit is contained in:
parent
3d91edb219
commit
0ed91d50ee
@ -1,5 +1,7 @@
|
||||
1999-01-20 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/alpha/Versions: Add __atan2 for libm and GLIBC_2.0.
|
||||
|
||||
* elf/Makefile (tests): Add preloadtest. Add rules to build more test
|
||||
modules and the preloadtest binary.
|
||||
* elf/loadtest.c (TEST_ROUNDS): Increase to 1000.
|
||||
|
@ -5,3 +5,9 @@ libc {
|
||||
__remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
|
||||
}
|
||||
}
|
||||
libm {
|
||||
GLIBC_2.0 {
|
||||
# used in inline functions.
|
||||
__atan2;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user