summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-07-20 19:20:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-07-20 19:20:34 +0000
commit0f48659e36e72c091f988d9ea5a2dd505960ab0f (patch)
tree2ec866c2cf8096f8116db3dce430d4e5ea38cc26 /sysdeps/generic
parentb2ae49dab80bb00771dd4c29b518f1829690d55b (diff)
Move localplt baselines to sysdeps directories.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/localplt.data9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/generic/localplt.data b/sysdeps/generic/localplt.data
new file mode 100644
index 0000000000..d2965199f3
--- /dev/null
+++ b/sysdeps/generic/localplt.data
@@ -0,0 +1,9 @@
+# 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
+libm.so: matherr