This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Small fix for assigning values to vectors
- From: Ken Werner <ken at linux dot vnet dot ibm dot com>
- To: "Ulrich Weigand" <uweigand at de dot ibm dot com>, gdb-patches at sourceware dot org
- Cc: Daniel Jacobowitz <dan at codesourcery dot com>
- Date: Wed, 14 Jul 2010 16:55:11 +0200
- Subject: Re: [patch] Small fix for assigning values to vectors
- References: <201007121455.o6CEtale009687@d12av02.megacenter.de.ibm.com>
On Monday, July 12, 2010 04:55:36 pm Ulrich Weigand wrote:
> > Here is the patch I intended to post where only the call to
> > value_coerce_to_target is omitted and the value_must_coerce_to_target
> > routine returns zero in case of a vector. Tested on
> > powerpc64-*-linux-gnu with no regressions.
> >
> > Changelog:
> >
> > 2010-07-09 Ken Werner <ken.werner@de.ibm.com>
> >
> > * valops.c (value_assign): Do not call to value_coerce_to_target.
> > (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
> >
> > testsuite/ChangeLog:
> >
> > 2010-07-09 Ken Werner <ken.werner@de.ibm.com>
> >
> > * gdb.arch/altivec-abi.exp: New tests.
>
> This is OK.
>
> I think you should get Write After Approval access to the GDB CVS so that
> you can commit your approved patches yourself. Please apply using this
> form: http://sourceware.org/cgi-bin/pdw/ps_form.cgi
>
> Once you get access, please add yourself to the MAINTAINERS file under
> the Write After Approval section, and then commit your patch.
Thank you. I've checked both patches in now.
Regards,
-ken