Skip to content

Commit

Permalink
We don't use linkobj/libc.so at runtmie, no need to check for text rels
Browse files Browse the repository at this point in the history
This also works around a toolchain issu.
  • Loading branch information
Ulrich Drepper committed Jun 26, 2011
1 parent acb0d73 commit 6846807
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 3 additions & 2 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<, $^) > $@
Expand Down

0 comments on commit 6846807

Please sign in to comment.