ia64: add matherr[fl] to libm.so plt whitelist
authorMike Frysinger <vapier@gentoo.org>
Sun, 6 May 2012 22:24:32 +0000 (18:24 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 6 May 2012 22:27:33 +0000 (18:27 -0400)
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>
ChangeLog.ia64
data/localplt-ia64-linux-gnu.data [new file with mode: 0644]

index da57406fe6891baff15a8fc9f3fda8a5ba7dc7af..307fac353d7e98a946b83c79a7546423f2406f8d 100644 (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.
diff --git a/data/localplt-ia64-linux-gnu.data b/data/localplt-ia64-linux-gnu.data
new file mode 100644 (file)
index 0000000..ba48816
--- /dev/null
@@ -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