about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2019-07-22 16:30:45 -0300
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2019-07-23 10:04:01 -0300
commit95da14dac04b494149290d85bc5306226e30839e (patch)
treeb714034612d92cd00aec3aa4804c6ef695411d5b /ChangeLog
parentdcf36bcad3f283f77893d3b157ef7bb2c99419f2 (diff)
downloadglibc-95da14dac04b494149290d85bc5306226e30839e.tar.gz
glibc-95da14dac04b494149290d85bc5306226e30839e.tar.xz
glibc-95da14dac04b494149290d85bc5306226e30839e.zip
test-container: Avoid copying unintended system libraries
Some DSOs are distributed in hardware capability directories, e.g.
/usr/lib64/power7/libc.so.6
Whenever the processor is able to use one of these hardware-enabled
DSOs, testroot.pristine ends up with copies of glibc-provided libraries
from the system because it can't overwrite or remove them.

This patch avoids the unintended copies by executing ld.so with the same
arguments passed to each glibc test.

	* Makefile (testroot.pristine/install.stamp): Execute ld.so with
	the same arguments used in all tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fc3ef3aca..8d4c898830 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-07-23  Tulio Magno Quites Machado Filho  <tuliom@linux.ibm.com>
+
+	* Makefile (testroot.pristine/install.stamp): Execute ld.so with
+	the same arguments used in all tests.
+
 2019-07-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
 	* NEWS: Mention the AArch64 IFUNC resolver ABI change.