Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* elf/tst-tls1-static.c: New file.
	* elf/tst-tls2-static.c: New file.
	* elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
  • Loading branch information
Roland McGrath committed Aug 28, 2002
1 parent 1a0d874 commit 6c0b461
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,5 +1,9 @@
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.
Expand Down
4 changes: 0 additions & 4 deletions elf/Makefile
Expand Up @@ -467,10 +467,6 @@ $(objpfx)reldep6.out: $(objpfx)reldep6mod3.so $(objpfx)reldep6mod4.so
$(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)
Expand Down
1 change: 1 addition & 0 deletions elf/tst-tls1-static.c
@@ -0,0 +1 @@
#include "tst-tls1.c"
1 change: 1 addition & 0 deletions elf/tst-tls2-static.c
@@ -0,0 +1 @@
#include "tst-tls2.c"

0 comments on commit 6c0b461

Please sign in to comment.