* elf/tst-tls2-static.c: New file.
* elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
2002-08-28 Roland McGrath <roland@redhat.com>
+ * elf/tst-tls1-static.c: New file.
+ * elf/tst-tls2-static.c: New file.
+ * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
+
Make uselocale support static linking.
* locale/xlocale.c: Revert changes putting _nl_global_locale here.
This file again just defines _nl_C_locobj.
$(objpfx)reldep7: $(libdl)
$(objpfx)reldep7.out: $(objpfx)reldep7mod1.so $(objpfx)reldep7mod2.so
-# The tst-*-static tests are the same tst-* programs, but linked statically.
-$(tests-static:%=$(objpfx)%.o): $(objpfx)tst-%-static.o: $(objpfx)tst-%.o
- ln -f $< $@
-
$(objpfx)tst-tls3: $(objpfx)tst-tlsmod1.so
$(objpfx)tst-tls4: $(libdl)
--- /dev/null
+#include "tst-tls1.c"
--- /dev/null
+#include "tst-tls2.c"