From b4c98dc445c6c09b00f01f6f098cf12009e12330 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Dec 2002 01:05:48 +0000 Subject: [PATCH] Update. * elf/Makefile: Also check all iconv modules for text relocations. --- ChangeLog | 2 ++ elf/Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fabc968..5684009 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-12-12 Ulrich Drepper + * 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 5d9dabd..819d336 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 -- 2.7.4