[PATCH 1/3] [AArch64] Support gnu vector in inferior call

Pedro Alves palves@redhat.com
Fri Nov 20 16:22:00 GMT 2015


On 11/20/2015 04:11 PM, Yao Qi wrote:

> +	  else if (TYPE_CODE (arg_type) == TYPE_CODE_ARRAY
> +		   && TYPE_VECTOR (arg_type) && (len == 16 || len == 8))
> +	    {
> +		  /* Short vector types are passed in V registers.  */
> +		  pass_in_v_or_stack (gdbarch, regcache, &info, arg_type, arg);

Indentation looks odd here.

I have nothing useful to say about the patch though.

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list