Re: Review/testing request: changing the arguments of exec_setregs()

2010-03-24 Thread John Baldwin
On Wednesday 24 March 2010 3:18:35 pm Nathan Whitehorn wrote: > In order to properly implement exec_setregs() on powerpc64, I must > hand-relocate the function descriptor pointed to by the executable entry > point. To do this, exec_setregs() must be passed the relocation base of > the executable

Review/testing request: changing the arguments of exec_setregs()

2010-03-24 Thread Nathan Whitehorn
In order to properly implement exec_setregs() on powerpc64, I must hand-relocate the function descriptor pointed to by the executable entry point. To do this, exec_setregs() must be passed the relocation base of the executable, which would originally come from the image_params struct. The patc