From d2d3d79732e7bfbcc59885e116e7b46e4fbf4dae Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 May 2012 18:24:32 -0400 Subject: [PATCH] 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 --- ChangeLog.ia64 | 4 ++++ data/localplt-ia64-linux-gnu.data | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 data/localplt-ia64-linux-gnu.data 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 -- 2.7.4