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 1/3] [AArch64] Support gnu vector in inferior call


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


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