Module Name:src
Committed By: riastradh
Date: Mon Jul 22 23:18:30 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
tests/libexec/ld.elf_so/t_tls_extern: Test PR lib/58154.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/
Module Name:src
Committed By: riastradh
Date: Mon Jul 22 23:18:30 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
tests/libexec/ld.elf_so/t_tls_extern: Test PR lib/58154.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/
Module Name:src
Committed By: riastradh
Date: Mon Jul 22 02:34:59 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: Makefile
Log Message:
tests/libexec/ld.elf_so/t_ifunc: Handle MKRELRO=no harder.
Don't even pass -Wl,-z,norelro if MKRELRO=no, because the toolchain's
l
Module Name:src
Committed By: riastradh
Date: Mon Jul 22 02:34:59 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: Makefile
Log Message:
tests/libexec/ld.elf_so/t_ifunc: Handle MKRELRO=no harder.
Don't even pass -Wl,-z,norelro if MKRELRO=no, because the toolchain's
l
Module Name:src
Committed By: riastradh
Date: Tue Jul 16 17:15:44 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: Makefile
Log Message:
tests/libexec/ld.elf_so/t_ifunc: Handle MKRELRO=no.
Just build t_ifunc and t_ifunc_now normally. If they wind up being
built with
Module Name:src
Committed By: riastradh
Date: Tue Jul 16 17:15:44 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: Makefile
Log Message:
tests/libexec/ld.elf_so/t_ifunc: Handle MKRELRO=no.
Just build t_ifunc and t_ifunc_now normally. If they wind up being
built with
Module Name:src
Committed By: kre
Date: Thu Jul 11 02:10:42 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
Alter prev to just explicitly use 0 instead of NULL, so there's no
need to ensure NULL is defined.
To generate a diff of this com
Module Name:src
Committed By: kre
Date: Thu Jul 11 02:10:42 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
Alter prev to just explicitly use 0 instead of NULL, so there's no
need to ensure NULL is defined.
To generate a diff of this com
Module Name:src
Committed By: kre
Date: Thu Jul 11 01:58:15 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
Compensate for change in ATF_REQUIRE_MSG
ATF_REQUIRE_MSG() was recently changed so that ATF_REQUIRE_MSG(x = y, ..)
would generate
Module Name:src
Committed By: kre
Date: Thu Jul 11 01:58:15 UTC 2024
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
Compensate for change in ATF_REQUIRE_MSG
ATF_REQUIRE_MSG() was recently changed so that ATF_REQUIRE_MSG(x = y, ..)
would generate
Module Name:src
Committed By: riastradh
Date: Fri Nov 24 17:40:20 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_dlinfo.c t_rtld_r_debug.c
Log Message:
t_dlinfo, t_rtld_r_debug: Audit ATF_REQUIRE/CHECK, sprinkle messages.
Make sure to use ATF_REQUIRE when the sub
Module Name:src
Committed By: riastradh
Date: Fri Nov 24 17:40:20 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_dlinfo.c t_rtld_r_debug.c
Log Message:
t_dlinfo, t_rtld_r_debug: Audit ATF_REQUIRE/CHECK, sprinkle messages.
Make sure to use ATF_REQUIRE when the sub
Module Name:src
Committed By: riastradh
Date: Fri Nov 24 17:40:09 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_dlinfo.c t_rtld_r_debug.c
Log Message:
rtld tests: Don't use RZ for dlinfo.
Use
ATF_REQUIRE_EQ_MSG(dlinfo(...), 0, "dlinfo: %s", dlerror())
Module Name:src
Committed By: riastradh
Date: Fri Nov 24 17:40:09 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_dlinfo.c t_rtld_r_debug.c
Log Message:
rtld tests: Don't use RZ for dlinfo.
Use
ATF_REQUIRE_EQ_MSG(dlinfo(...), 0, "dlinfo: %s", dlerror())
Module Name:src
Committed By: riastradh
Date: Fri Jun 2 19:08:01 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: tls_extern dynamic_defabuse_eager must xfail differently.
If a symbol has already been resolved as dynamic TLS, a
Module Name:src
Committed By: riastradh
Date: Fri Jun 2 19:08:01 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: tls_extern dynamic_defabuse_eager must xfail differently.
If a symbol has already been resolved as dynamic TLS, a
Module Name:src
Committed By: riastradh
Date: Thu Jun 1 23:47:24 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: Separately test eager and lazy resolution of def tls ptr.
eager: before loading use library
lazy: after loading u
Module Name:src
Committed By: riastradh
Date: Thu Jun 1 23:47:24 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: Separately test eager and lazy resolution of def tls ptr.
eager: before loading use library
lazy: after loading u
Module Name:src
Committed By: riastradh
Date: Thu Jun 1 22:26:51 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: Shorter test names.
No functional non-cosmetic change intended.
XXX pullup-10
To generate a diff of this commi
Module Name:src
Committed By: riastradh
Date: Thu Jun 1 22:26:51 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: Shorter test names.
No functional non-cosmetic change intended.
XXX pullup-10
To generate a diff of this commi
Module Name:src
Committed By: riastradh
Date: Thu Jun 1 22:24:52 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: Factor out logic in TLS tests to make writing more easier.
No functional change intended.
XXX pullup-10
To gen
Module Name:src
Committed By: riastradh
Date: Thu Jun 1 22:24:52 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: Factor out logic in TLS tests to make writing more easier.
No functional change intended.
XXX pullup-10
To gen
Module Name:src
Committed By: riastradh
Date: Thu Jun 1 20:48:30 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: Test variations on PR toolchain/50277.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.
Module Name:src
Committed By: riastradh
Date: Thu Jun 1 20:48:30 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: t_tls_extern.c
Log Message:
ld.elf_so: Test variations on PR toolchain/50277.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.
Module Name:src
Committed By: riastradh
Date: Wed May 31 01:06:43 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: Makefile
Log Message:
ld.elf_so: Nix inadvertently committed private test program.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/te
Module Name:src
Committed By: riastradh
Date: Wed May 31 01:06:43 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: Makefile
Log Message:
ld.elf_so: Nix inadvertently committed private test program.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/te
Module Name:src
Committed By: riastradh
Date: Wed May 31 00:46:11 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: Makefile t_tls_extern.c
src/tests/libexec/ld.elf_so/helper_use_static: Makefile h_use_static.c
Log Message:
ld.elf_so: Fix extern TLS test to mat
Module Name:src
Committed By: riastradh
Date: Wed May 31 00:46:11 UTC 2023
Modified Files:
src/tests/libexec/ld.elf_so: Makefile t_tls_extern.c
src/tests/libexec/ld.elf_so/helper_use_static: Makefile h_use_static.c
Log Message:
ld.elf_so: Fix extern TLS test to mat
On 21/06/2022 17:24, Christos Zoulas wrote:
Module Name:src
Committed By: christos
Date: Tue Jun 21 16:24:37 UTC 2022
Modified Files:
src/tests/libexec/ld.elf_so: t_ifunc.c
Log Message:
sort; it is the same list as in h_ifunc_static.c; perhaps it should be
a HAVE_ someth
Module Name:src
Committed By: christos
Date: Tue Jun 21 16:24:37 UTC 2022
Modified Files:
src/tests/libexec/ld.elf_so: t_ifunc.c
Log Message:
sort; it is the same list as in h_ifunc_static.c; perhaps it should be
a HAVE_ something?
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Tue Jun 21 16:24:37 UTC 2022
Modified Files:
src/tests/libexec/ld.elf_so: t_ifunc.c
Log Message:
sort; it is the same list as in h_ifunc_static.c; perhaps it should be
a HAVE_ something?
To generate a diff of this commit:
cvs
Module Name:src
Committed By: skrll
Date: Mon Jun 13 19:49:34 UTC 2022
Modified Files:
src/tests/libexec/ld.elf_so: t_ifunc.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/libexec/ld.elf_so/t_ifunc.c
Please note that diff
Module Name:src
Committed By: skrll
Date: Mon Jun 13 19:49:34 UTC 2022
Modified Files:
src/tests/libexec/ld.elf_so: t_ifunc.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/libexec/ld.elf_so/t_ifunc.c
Please note that diff
Module Name:src
Committed By: skrll
Date: Fri Jan 14 07:34:07 UTC 2022
Modified Files:
src/tests/libexec/ld.elf_so: t_dlerror-false.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/libexec/ld.elf_so/t_dlerror-false.
Module Name:src
Committed By: skrll
Date: Fri Jan 14 07:34:07 UTC 2022
Modified Files:
src/tests/libexec/ld.elf_so: t_dlerror-false.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/libexec/ld.elf_so/t_dlerror-false.
Module Name:src
Committed By: christos
Date: Tue May 14 19:07:07 UTC 2019
Modified Files:
src/tests/libexec/ld.elf_so: Makefile Makefile.inc
Log Message:
clang ifunc's on powerpc require secure-plt.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/l
Module Name:src
Committed By: christos
Date: Tue May 14 19:07:07 UTC 2019
Modified Files:
src/tests/libexec/ld.elf_so: Makefile Makefile.inc
Log Message:
clang ifunc's on powerpc require secure-plt.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/l
> Module Name: src
> Committed By: joerg
> Date: Sat Apr 2 12:53:33 UTC 2011
>
> Modified Files:
> src/tests/libexec/ld.elf_so/helper_dso1: h_helper_dso1.c
>
> Log Message:
> Don't fail on platforms without TLS
BTW, should we skip building ld.elf_so tests in MKPIC=no case?
(i.e.
38 matches
Mail list logo