mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
ia64: add matherr[fl] to libm.so plt whitelist
The ia64 math code has extra matherr functions (f and l variants), so add them to the libm.so plt whitelist like the existing matherr in the main code. The check-localplt test now passes. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
e44af88e6a
commit
d2d3d79732
@ -1,3 +1,7 @@
|
||||
2012-05-06 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* data/localplt-ia64-linux-gnu.data: New file.
|
||||
|
||||
2012-05-06 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Update symbol list.
|
||||
|
8
data/localplt-ia64-linux-gnu.data
Normal file
8
data/localplt-ia64-linux-gnu.data
Normal file
@ -0,0 +1,8 @@
|
||||
libc.so: calloc
|
||||
libc.so: free
|
||||
libc.so: malloc
|
||||
libc.so: memalign
|
||||
libc.so: realloc
|
||||
libm.so: matherr
|
||||
libm.so: matherrf
|
||||
libm.so: matherrl
|
Loading…
x
Reference in New Issue
Block a user