This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: unnecessary aarch64_write_pc ?
- From: Yufeng Zhang <Yufeng dot Zhang at arm dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: Marcus Shawcroft <Marcus dot Shawcroft at arm dot com>, "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 17 Apr 2013 15:55:52 +0100
- Subject: Re: unnecessary aarch64_write_pc ?
- References: <20130415125021 dot GB3525 at adacore dot com> <516EB29D dot 2030409 at arm dot com> <20130417143744 dot GG3525 at adacore dot com>
On 04/17/13 15:37, Joel Brobecker wrote:
Thanks for the heads up; yes, aarch64_write_pc doesn't appear
necessary. I've prepared the attached patch to remove the function.
Awesome, thanks for confirming. The patch is approved if you throw in
a ChangeLog entry :).
Thanks for the approval. The patch has been committed with the
following changelog entry:
* aarch64-tdep.c (aarch64_write_pc): Removed.
(aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above function.
Thanks,
Yufeng