History log of /src/tests/libexec/ld.elf_so/helper_use_static/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.3 05-Jul-2023 riastradh

branches: 1.3.2; 1.3.4;
tests/libexec/ld.elf_so: Fix helper library makefiles.

1. Consolidate logic into a single helper.mk to reduce duplication.
2. Set NO* variables, not MK* variables which are reserved for user.
3. Avoid eager X!= in favour of lazy ${X:sh}.
4. Mark _g.a set list entries obsolete. Never should've been built!

PR misc/57462


# 1.2 31-May-2023 riastradh

ld.elf_so: Fix extern TLS test to match PR toolchain/50277.

Now it's actually testing the problem.


# 1.1 31-May-2023 riastradh

ld.elf_so: New test for extern initial-exec TLS, PR toolchain/50277.

XXX pullup-10