]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Dec 2002 01:05:48 +0000 (01:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Dec 2002 01:05:48 +0000 (01:05 +0000)
* elf/Makefile: Also check all iconv modules for text relocations.

ChangeLog
elf/Makefile

index fabc9681ed7da3b5cb11fbcf0ef65d8e054509a8..56840096cafa3d6a3b0c19f54fe178036afaf1f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/Makefile: Also check all iconv modules for text relocations.
+
        * stdlib/Makefile: Remove code to automatically import GMP.
 
        * elf/Makefile (tests): Add rules to build and run check-textrel.
index 5d9dabde9ce1564ad28af63f95a26f750edf1030..819d336da046ba397fe0aeb3e1f92de923015c67 100644 (file)
@@ -579,6 +579,7 @@ tests: $(objpfx)check-textrel.out
 
 $(objpfx)check-textrel.out: $(objpfx)check-textrel
        $(dir $<)$(notdir $<) $(common-objpfx)libc.so \
-                             $(wildcard $(common-objpfx)/*/lib*.so) > $@
+         $(sort $(wildcard $(common-objpfx)*/lib*.so \
+                           $(common-objpfx)iconvdata/*.so)) > $@
 generated += check-textrel check-textrel.out
 endif