Re: ARM linker support: Help needed

2011-11-05 Thread Karel Gardas
On 10/22/11 06:24 PM, Ben Gamari wrote: On Sat, 22 Oct 2011 16:58:18 +0200, Karel Gardas wrote: Hi Ben, first of all, thank you very much for your progress. No, I don't see crash, but in fact infinite loop. As far as I understand the linker message '..linking...done' is printed when all the r

Re: ARM linker support: Help needed

2011-10-22 Thread Ben Gamari
On Sat, 22 Oct 2011 16:58:18 +0200, Karel Gardas wrote: > Hi Ben, > > first of all, thank you very much for your progress. No, I don't see > crash, but in fact infinite loop. As far as I understand the linker > message '..linking...done' is printed when all the relocations are > processed --

Re: ARM linker support: Help needed

2011-10-22 Thread Karel Gardas
Hi Ben, first of all, thank you very much for your progress. No, I don't see crash, but in fact infinite loop. As far as I understand the linker message '..linking...done' is printed when all the relocations are processed -- so it does not necessarily mean that all the relocations are proces

ARM linker support: Help needed

2011-10-21 Thread Ben Gamari
After much debugging, I've put up a new version of my ARM linker support patchset on Github[1]. While the relocation code seems to work insofar as it gets past linking and begins running code without SIGILL or SIGSEGV, clearly something is amiss, $ inplace/bin/ghc-stage2 -Binplace/lib --interactiv