--- Log opened Sat Sep 14 00:00:27 2019 | ||
-!- ZipCPU|AFK is now known as ZipCPU | 12:12 | |
shorne | ysionneau: I am making progress on TLS | 22:03 |
---|---|---|
shorne | The fix I made allows the linker to work and I confirmed access works for LE and IE type access | 22:04 |
shorne | but GD is having problem, this test mixes GD, LE, IE and LD access to the same variable | 22:04 |
shorne | it seems that mixing IE and LD is causing the .got table entries to be messed up | 22:05 |
shorne | I mean mixing IE and GD | 22:05 |
shorne | i.e. if first writes the entry IE, i.e. just the tp_offset to the .got | 22:06 |
shorne | then it tries to write GD (mod + tpoffset) to the .got at the same place, it skips this because it protects from doing 2 writes | 22:07 |
shorne | so, IE access works fine, but GD access fails, because the .got entry is wrong | 22:07 |
shorne | (Thats what it looks like at least) | 22:08 |
shorne | I will have to fix the linker | 22:08 |
shorne | again :( | 22:08 |
--- Log closed Sun Sep 15 00:00:29 2019 |
Generated by irclog2html.py 2.15.2 by Marius Gedminas - find it at mg.pov.lt!