This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] add gdbarch_in_function_epilogue_p hook for sparc64
- From: Pedro Alves <palves at redhat dot com>
- To: "Jose E. Marchesi" <jose dot marchesi at oracle dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 03 Dec 2013 19:02:53 +0000
- Subject: Re: [PATCH] add gdbarch_in_function_epilogue_p hook for sparc64
- Authentication-results: sourceware.org; auth=none
- References: <87mwm9b8pr dot fsf at oracle dot com>
On 10/16/2013 03:18 PM, Jose E. Marchesi wrote:
> Note that despite sparc_in_function_epilogue_p must work on both sparc32
> and sparc64 the patch only installs the hook on sparc64 targets. This
> is because I can't test it in sparc32.
Can't sparc64 run sparc32 binaries? Something like -m32 ?
--
Pedro Alves