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 fabc968..5684009 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 5d9dabd..819d336 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