index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libexec
/
ld.elf_so
/
Makefile
Age
Commit message (
Expand
)
Author
2023-06-03
adapt to ${CC_WNO_MAYBE_UNINITIALIZED}
lukem
2023-06-02
ld.elf_so: Test dynamic-then-static abuse via ctor.
riastradh
2023-06-02
ld.elf_so: Test another edge case of mismatched TLS models.
riastradh
2023-06-01
ld.elf_so: Test TLS abuse of static def, dynamic use and vice versa.
riastradh
2023-06-01
ld.elf_so: Test extern dynamic TLS too.
riastradh
2023-05-31
ld.elf_so: Nix inadvertently committed private test program.
riastradh
2023-05-31
ld.elf_so: Fix extern TLS test to match PR toolchain/50277.
riastradh
2023-05-31
ld.elf_so: New test for extern initial-exec TLS, PR toolchain/50277.
riastradh
2021-05-30
Drop explicit -msecure-plt, it's the default for both clang and gcc.
joerg
2020-09-22
Add new RTLD test file for r_debug
kamil
2019-05-14
clang ifunc's on powerpc require secure-plt.
christos
2017-07-11
Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
joerg
2014-08-25
Add basic support for indirect functions. It allows providing a public
joerg
2011-07-03
avoid building stuff that depends upon pic objects if MKPIC == no.
mrg
2011-07-03
only build the ld.elf_so tests if MKPIC != no.
mrg
2011-06-25
PR/45015: ld.elf_so: support ELF symbol versioning
nonaka
2011-03-31
Add initial regression test for ld.elf_so locking.
joerg
2010-12-24
Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
skrll
2010-12-14
Convert a couple of old regress tests to ATF.
skrll
2009-09-24
add regression tests for dlinfo()
pooka