rts/PEi386: Fix reentrant lock usage
Previously lookupSymbol_PEi386 would call lookupSymbol while holding linker_mutex. Fix this by rather calling `lookupDependentSymbol`. This is safe because lookupSymbol_PEi386 unconditionally holds linker_mutex. Happily, this un-breaks `T12771`, `T13082_good`, and `T14611`, which were previously marked as broken due to #18718. Closes #19155.
Showing
- rts/linker/PEi386.c 1 addition, 1 deletionrts/linker/PEi386.c
- testsuite/tests/rts/T12771/all.T 0 additions, 1 deletiontestsuite/tests/rts/T12771/all.T
- testsuite/tests/rts/T13082/all.T 0 additions, 1 deletiontestsuite/tests/rts/T13082/all.T
- testsuite/tests/rts/T14611/all.T 0 additions, 1 deletiontestsuite/tests/rts/T14611/all.T
Loading
Please register or sign in to comment