From: Mike Frysinger Date: Sun, 6 May 2012 22:24:32 +0000 (-0400) Subject: ia64: add matherr[fl] to libm.so plt whitelist X-Git-Tag: upstream/2.30~10627^2~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2d3d79732e7bfbcc59885e116e7b46e4fbf4dae;p=external%2Fglibc.git 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 --- diff --git a/ChangeLog.ia64 b/ChangeLog.ia64 index da57406..307fac3 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,5 +1,9 @@ 2012-05-06 Mike Frysinger + * data/localplt-ia64-linux-gnu.data: New file. + +2012-05-06 Mike Frysinger + * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Update symbol list. * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Likewise. * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Likewise. diff --git a/data/localplt-ia64-linux-gnu.data b/data/localplt-ia64-linux-gnu.data new file mode 100644 index 0000000..ba48816 --- /dev/null +++ b/data/localplt-ia64-linux-gnu.data @@ -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