mirror of git://sourceware.org/git/glibc.git
14 lines
441 B
Plaintext
14 lines
441 B
Plaintext
# 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: realloc
|
|
libc.so: _Unwind_Find_FDE
|
|
libc.so: _exit
|
|
libc.so: __errno_location
|
|
libm.so: matherr
|
|
# Generated by the compiler because there is no trap insn pattern.
|
|
libc.so: abort ?
|