From 43c59a705b67a3078cb1d8fd8ff6ce00ea9bdeee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 14 Feb 2005 21:25:50 +0000 Subject: * 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. --- elf/tst-array1-static.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 elf/tst-array1-static.c (limited to 'elf/tst-array1-static.c') diff --git a/elf/tst-array1-static.c b/elf/tst-array1-static.c new file mode 100644 index 0000000000..21539a4212 --- /dev/null +++ b/elf/tst-array1-static.c @@ -0,0 +1 @@ +#include "tst-array1.c" -- cgit v1.2.3