summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/riscv/localplt.data
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 15:19:34 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 15:20:08 +0000
commit72b2e72dc0f0bcc64f3a91f1e1d5986c186b7880 (patch)
treef9e635b447789995362b8aca162ad6d855bb28c2 /sysdeps/unix/sysv/linux/riscv/localplt.data
parent2838aa1289bec5055c33d2c00bfe6e3ed3d52e0f (diff)
parent9f9bd6ac848e9acee2c1072cdb14955c1abb8725 (diff)
Merge commit 'refs/top-bases/t/UTIME' into t/UTIME
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv/localplt.data')
-rw-r--r--sysdeps/unix/sysv/linux/riscv/localplt.data19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/localplt.data b/sysdeps/unix/sysv/linux/riscv/localplt.data
new file mode 100644
index 0000000000..14c02cb2d6
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/riscv/localplt.data
@@ -0,0 +1,19 @@
+# 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
+# The main malloc is interposed into the dynamic linker, for
+# allocations after the initial link (when dlopen is used).
+ld.so: malloc
+ld.so: calloc
+ld.so: realloc
+ld.so: free
+# The TLS-enabled version of these functions is interposed from libc.so.
+ld.so: _dl_signal_error
+ld.so: _dl_catch_error
+ld.so: _dl_signal_exception
+ld.so: _dl_catch_exception