Re: [PATCH] DATA_ALIGNMENT vs. DATA_ABI_ALIGNMENT (PR target/56564)

2013-06-12 Thread Edmar Wienskoski
The e500v2 (SPE) hardware is such that if the address of vector (double world load / stores) are not double world aligned the instruction will trap. So this alignment is not optional. Edmar On Fri, Jun 7, 2013 at 3:43 PM, Richard Henderson r...@redhat.com wrote: On 06/07/2013 12:25 PM, Jakub

Re: powerpc64le configure fix

2013-05-09 Thread Edmar Wienskoski
Alan, The first hunk will match powerpc64 as well. Edmar On Thu, May 9, 2013 at 2:27 AM, Alan Modra amo...@gmail.com wrote: Another tweak for little-endian powerpc. Committed revision 198734. * configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and powerpc64le.