We don't use linkobj/libc.so at runtmie, no need to check for text rels

This also works around a toolchain issu.
This commit is contained in:
Ulrich Drepper 2011-06-26 03:04:07 -04:00
parent acb0d739c5
commit 68468076c2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-06-26 Ulrich Drepper <drepper@gmail.com>
* elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.

View File

@ -973,8 +973,9 @@ ifeq (yes,$(build-shared))
tests: $(objpfx)check-textrel.out $(objpfx)check-execstack.out
all-built-dso = $(common-objpfx)libc.so \
$(sort $(wildcard $(common-objpfx)*/lib*.so \
$(common-objpfx)iconvdata/*.so))
$(filter-out $(common-objpfx)linkobj/libc.so, \
$(sort $(wildcard $(common-objpfx)*/lib*.so \
$(common-objpfx)iconvdata/*.so)))
$(objpfx)check-textrel.out: $(objpfx)check-textrel $(all-built-dso)
$(dir $<)$(notdir $<) $(filter-out $<, $^) > $@