This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/8] [AArch64] Make aarch64_decode_adrp handle both ADR and ADRP instructions


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 (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]