This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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 <vapier@gentoo.org>
---
 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  <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.
 	* 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
-- 
1.7.9.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]