Re: x86 callframe definitions

2016-02-25 Thread Mike Larkin
On Thu, Feb 25, 2016 at 03:10:54PM +0100, Martin Pieuchot wrote: > This rename and move the i386 and amd64 ``callframe'' structures in order > to use it in MI code. My goal is to unify our architectures to be able > to retrieve the PC of the calling function with as little MD code as > possible.

x86 callframe definitions

2016-02-25 Thread Martin Pieuchot
This rename and move the i386 and amd64 ``callframe'' structures in order to use it in MI code. My goal is to unify our architectures to be able to retrieve the PC of the calling function with as little MD code as possible. There's no functional change in this diff. ok? Index: