From 69e2444ab1444ab8210598abbcb4822701d368b9 Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich Date: Fri, 10 Aug 2018 09:07:43 +0200 Subject: S390: Test that lazy binding does not clobber R0 The following combinations need to be tested: * 32- (g5, esa and zarch) and 64-bit * linux32 glibc/configure CC='gcc -m31 -march=g5' * linux32 glibc/configure CC='gcc -m31' * linux32 glibc/configure CC='gcc -m31 -mzarch' * With and without VX: * glibc/configure libc_cv_asm_s390_vx=no * With and without profiling (using LD_PROFILE) * With and without pltexit (using LD_AUDIT) ChangeLog: * sysdeps/s390/Makefile: Register the new tests. * sysdeps/s390/tst-dl-runtime-mod.S: New file. * sysdeps/s390/tst-dl-runtime-profile-audit.c: New file. * sysdeps/s390/tst-dl-runtime-profile-noaudit.c: New file. * sysdeps/s390/tst-dl-runtime-resolve-audit.c: New file. * sysdeps/s390/tst-dl-runtime-resolve-noaudit.c: New file. * sysdeps/s390/tst-dl-runtime.c: New file. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 87e3288712..ae2868ffe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2018-08-10 Ilya Leoshkevich + + * sysdeps/s390/Makefile: Register the new tests. + * sysdeps/s390/tst-dl-runtime-mod.S: New file. + * sysdeps/s390/tst-dl-runtime-profile-audit.c: New file. + * sysdeps/s390/tst-dl-runtime-profile-noaudit.c: New file. + * sysdeps/s390/tst-dl-runtime-resolve-audit.c: New file. + * sysdeps/s390/tst-dl-runtime-resolve-noaudit.c: New file. + * sysdeps/s390/tst-dl-runtime.c: New file. + 2018-08-10 Ilya Leoshkevich * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile): -- cgit 1.4.1