[PATCH] ntdll: interpretation of l_addr depends on FreeBSD version
FreeBSD changed l_addr to mean the relocation offset like it does on other OSes, and provided a dynamic linker symbol, "_rtld_version_laddr_offset", that can be used to check the meaning. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/ntdll/loader.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=73153 Your paranoid android. === debiant (32 bit report) === ntdll: om.c:2133: Test failed: got 89 === debiant (64 bit WoW report) === ntdll: om.c:2133: Test failed: got 88
participants (2)
-
Damjan Jovanovic -
Marvin