aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-13 01:05:48 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-13 01:05:48 +0000
commitb4c98dc445c6c09b00f01f6f098cf12009e12330 (patch)
tree06238caa22d40694f98d9d5c6cede4c506dae987
parentfc618fd0fdf3f7e2e8b448894bbe5cc49788934d (diff)
downloadglibc-b4c98dc445c6c09b00f01f6f098cf12009e12330.tar
glibc-b4c98dc445c6c09b00f01f6f098cf12009e12330.tar.gz
glibc-b4c98dc445c6c09b00f01f6f098cf12009e12330.tar.bz2
glibc-b4c98dc445c6c09b00f01f6f098cf12009e12330.zip
Update.
* elf/Makefile: Also check all iconv modules for text relocations.
-rw-r--r--ChangeLog2
-rw-r--r--elf/Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fabc9681ed..56840096ca 100644
--- 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.
diff --git a/elf/Makefile b/elf/Makefile
index 5d9dabde9c..819d336da0 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -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