diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-07-20 19:20:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-07-20 19:20:34 +0000 |
commit | 0f48659e36e72c091f988d9ea5a2dd505960ab0f (patch) | |
tree | 2ec866c2cf8096f8116db3dce430d4e5ea38cc26 /sysdeps/generic | |
parent | b2ae49dab80bb00771dd4c29b518f1829690d55b (diff) | |
download | glibc-0f48659e36e72c091f988d9ea5a2dd505960ab0f.tar glibc-0f48659e36e72c091f988d9ea5a2dd505960ab0f.tar.gz glibc-0f48659e36e72c091f988d9ea5a2dd505960ab0f.tar.bz2 glibc-0f48659e36e72c091f988d9ea5a2dd505960ab0f.zip |
Move localplt baselines to sysdeps directories.
Diffstat (limited to 'sysdeps/generic')
-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 |