mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
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:
parent
acb0d739c5
commit
68468076c2
@ -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.
|
||||
|
@ -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 $<, $^) > $@
|
||||
|
Loading…
Reference in New Issue
Block a user