1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* 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.
This commit is contained in:
Ulrich Drepper
2005-02-14 21:25:50 +00:00
parent e38c954b3b
commit 43c59a705b
5 changed files with 27 additions and 7 deletions

1
elf/tst-array1-static.c Normal file
View File

@ -0,0 +1 @@
#include "tst-array1.c"