Re: Windows build broken in Linker.c

2014-10-17 Thread Austin Seipp
There's one or two of them, yes. If you look under ./testsuite/tests/rts, and grep for files named `linker_*`, you'll find the primary load test we use. This test should also test whether or not unloading objects works too. So, feel free to add more; shouldn't be too difficult. On Thu, Oct 16, 201

Re: Windows build broken in Linker.c

2014-10-16 Thread John Wiegley
> Simon Marlow writes: > I was working on a fix yesterday but ran out of time. Frankly this code is a > nightmare, every time I touch it it breaks on some platform - this time I > validated on 64 bit Windows but not 32. Aargh indeed. Before I start breaking this code up into pieces, do we ha