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:
Mike Frysinger 2012-05-06 18:24:32 -04:00
parent e44af88e6a
commit d2d3d79732
2 changed files with 12 additions and 0 deletions

View File

@ -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.

View 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