summaryrefslogtreecommitdiff
path: root/lib/libwrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libwrap/Makefile')
0 files changed, 0 insertions, 0 deletions
ty. Implement dl_iterate_phdr for statically linked programs. This material is based upon work partially supported by The NetBSD Foundation under a contract with Joerg Sonnenberger. 2010-09-09Only do the __libc_init hack in libc, i.e. remove it from ld.elf_so.skrll This fixes hppa ld.elf_so by reducing the number of PLABELs required to the number before the hack was applied. Hi Joerg! 2010-06-28Ensure that initfini.c is referenced by exit.c. The start up code has tojoerg reference the latter as a return of main() results in a call to exit(3), so this ensures that the libc constructors are run for statically linked programs. Fixes PR 37454. 2007-10-30Build a local copy of exit that doesn't call __cxa_finalize. It's notskrll needed and drags in a lot of libc via free. 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22280, verified by myself. 2003-03-01Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(),thorpej as specified by the C++ ABI for Itanium. Despite the ABI document's name, many of the items in it are implemented for other architectures. See the following URL for a reference: http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor Fixes lib/18379 (from Joel Baker).