[PATCH 6/8] Aarch64 SVE pseudo register support

Pedro Alves palves@redhat.com
Thu May 31 14:59:00 GMT 2018


On 05/11/2018 11:52 AM, Alan Hayward wrote:

> +/* Return the type for an AdvSISD V register.  */
> +
> +static struct type *
> +aarch64_vnv_type (struct gdbarch *gdbarch)
> +{
> +  struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
> +
> +  if (tdep->vnv_type == NULL)
> +    {
> +      struct type *t;
> +      struct type *elem;

ELEM appears unused. 

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list