From 5046dbb4a7eba5eccfd258f92f4735c9ffc8d069 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 8 Jun 2017 15:39:03 -0400 Subject: Prepare for radical source tree reorganization. All top-level files and directories are moved into a temporary storage directory, REORG.TODO, except for files that will certainly still exist in their current form at top level when we're done (COPYING, COPYING.LIB, LICENSES, NEWS, README), all old ChangeLog files (which are moved to the new directory OldChangeLogs, instead), and the generated file INSTALL (which is just deleted; in the new order, there will be no generated files checked into version control). --- .../sysdeps/unix/sysv/linux/hppa/localplt.data | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 REORG.TODO/sysdeps/unix/sysv/linux/hppa/localplt.data (limited to 'REORG.TODO/sysdeps/unix/sysv/linux/hppa/localplt.data') diff --git a/REORG.TODO/sysdeps/unix/sysv/linux/hppa/localplt.data b/REORG.TODO/sysdeps/unix/sysv/linux/hppa/localplt.data new file mode 100644 index 0000000000..9dd81b47c8 --- /dev/null +++ b/REORG.TODO/sysdeps/unix/sysv/linux/hppa/localplt.data @@ -0,0 +1,24 @@ +# 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 +libc.so: _exit +libc.so: __sigsetjmp +libc.so: _IO_funlockfile +libc.so: sigprocmask +libc.so: __errno_location +libm.so: matherr +libpthread.so: __errno_location +# 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 -- cgit v1.2.3