This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb/aarch64-linux-tdep.c: Call linux_init_abi.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Will Newton <will dot newton at linaro dot org>
- Cc: gdb-patches at sourceware dot org, patches at linaro dot org
- Date: Mon, 7 Oct 2013 09:02:33 +0400
- Subject: Re: [PATCH] gdb/aarch64-linux-tdep.c: Call linux_init_abi.
- Authentication-results: sourceware.org; auth=none
- References: <524F1684 dot 8070804 at linaro dot org>
> If we are running on a Linux platform we should call linux_init_abi
> in order to get all the useful hooks it enables.
>
> gdb/ChangeLog:
>
> 2013-10-04 Will Newton <will.newton@linaro.org>
>
> * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
> linux_init_abi.
This makes sense to me, and it's actually what the 32bit side of
the code is already doing. OK to apply.
It'd be nice also if you could confirm that this patch was tested
prior to submitting, and how it affects the testsuite results.
This often helps future research...
--
Joel