This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix checks for VSX and Altivec availability on Power
- From: Edjunior Barbosa Machado <emachado at linux dot vnet dot ibm dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sourceware dot org, "Carl E.Love" <cel at us dot ibm dot com>
- Date: Fri, 22 Apr 2016 19:51:10 -0300
- Subject: Re: [PATCH] Fix checks for VSX and Altivec availability on Power
- Authentication-results: sourceware.org; auth=none
- References: <20160416103849 dot 66D7E60D0 at oc7340732750 dot ibm dot com>
On 04/16/2016 07:38 AM, Ulrich Weigand wrote:
> Edjunior Barbosa Machado wrote:
>
>> gdb/ChangeLog
>> 2016-04-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
>>
>> * ppc-linux-nat.c (ppc_linux_read_description): Use PPC_FEATURE_HAS_VSX
>> and PPC_FEATURE_HAS_ALTIVEC to check if such features are available.
>
> This is OK.
>
> Thanks,
> Ulrich
>
Thanks for the review, Ulrich.
Checked in:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0154d99053a95392380cd4629a89b0ac46df3737
--
Edjunior