From 554066b83b1a0d14e6e7a24a45ef3f65342aae76 Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Fri, 9 Nov 2012 17:53:51 +0000 Subject: AArch64 Port --- ports/sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ports/sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (limited to 'ports/sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data') diff --git a/ports/sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data b/ports/sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data new file mode 100644 index 0000000000..84af95dc36 --- /dev/null +++ b/ports/sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data @@ -0,0 +1,15 @@ +# See scripts/check-localplt.awk for how this file is processed. +# PLT use is required for the malloc family and for matherr because +# users can define their own functions and have library internals call them. +libc.so: calloc +libc.so: free +libc.so: malloc +libc.so: memalign +libc.so: realloc +libc.so: __signbit +libc.so: __signbitl +libm.so: matherr +libm.so: __signbit +libm.so: __signbitf +libm.so: __signbitl +libpthread.so: __errno_location -- cgit 1.4.1