[PATCH 3/4] Use flexible target descriptors for aarch64

Yao Qi qiyaoltc@gmail.com
Thu Nov 23 17:50:00 GMT 2017


On 17-11-23 16:19:44, Alan Hayward wrote:
> 
> Files regenerated in patch below:

Commit log is the part to be reviewed in the patch review.  It is
better to post the patch together with the commit log, although the
commit log may not be changed.

> 
> 
> diff --git a/gdb/arch/aarch64.c b/gdb/arch/aarch64.c
> index 95d9906f10e660fda99d73a0d2a9d184fd3a7b52..59f9330235e639d44920cab79b595e5266a935ff 100644
> --- a/gdb/arch/aarch64.c
> +++ b/gdb/arch/aarch64.c
> @@ -17,14 +17,27 @@
> 
> 
>  #include "aarch64.h"
> +#include <stdlib.h>
> +#include <string.h>
> 

Is it necessary to include string.h?  Otherwise, patch is good to me.

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list