* csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Feb 2005 21:25:50 +0000 (21:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Feb 2005 21:25:50 +0000 (21:25 +0000)
commit43c59a705b67a3078cb1d8fd8ff6ce00ea9bdeee
tree86f2fd362b0471498253d720e5c14a5a6d69daf5
parente38c954b3bebd37f7519202d918cf0f1edbdd182
* csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED

isn't defined.
* sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
if SHARED isn't defined.
* elf/Makefile (tests-static): Add tst-array1-static.
($(objpfx)tst-array1-static.out): New target.
* elf/tst-array1-static.c: New file.
ChangeLog
csu/elf-init.c
elf/Makefile
elf/tst-array1-static.c [new file with mode: 0644]
sysdeps/generic/libc-start.c