This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/8] [AArch64] Make aarch64_decode_adrp handle both ADR and ADRP instructions
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Pierre Langlois <pierre dot langlois at arm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 15 Sep 2015 11:12:05 +0100
- Subject: Re: [PATCH 3/8] [AArch64] Make aarch64_decode_adrp handle both ADR and ADRP instructions
- Authentication-results: sourceware.org; auth=none
- References: <1442230282-20751-1-git-send-email-pierre dot langlois at arm dot com> <1442230282-20751-4-git-send-email-pierre dot langlois at arm dot com>
Pierre Langlois <pierre.langlois@arm.com> writes:
> gdb/ChangeLog:
>
> * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
> variable. Call aarch64_decode_adr instead of
> aarch64_decode_adrp.
> * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
> (aarch64_decode_adr): New function declaration.
> * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
> (aarch64_decode_adr): New function, factored out from
> aarch64_decode_adrp to decode both adr and adrp instructions.
Looks good to me.
--
Yao (éå)