diff options
Diffstat (limited to 'sysdeps/generic/localplt.data')
-rw-r--r-- | sysdeps/generic/localplt.data | 9 |
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 |