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: glibc-2.16-ports-before-merge~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2d3d79732e7bfbcc59885e116e7b46e4fbf4dae;p=thirdparty%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 da57406fe68..307fac353d7 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,3 +1,7 @@ +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. diff --git a/data/localplt-ia64-linux-gnu.data b/data/localplt-ia64-linux-gnu.data new file mode 100644 index 00000000000..ba488163bb9 --- /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