From: Alan Modra Date: Thu, 19 Nov 2015 06:27:49 +0000 (+1030) Subject: Recent powerpc testcase fails X-Git-Tag: users/ARM/embedded-binutils-2_26-branch-2016q1~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=364e7526c405629b57d138b2aa17ebe115bd58e2;p=thirdparty%2Fbinutils-gdb.git Recent powerpc testcase fails On powerpcle-cygwin a couple of tests fail due to alignment. * gas/ppc/altivec3.d: Allow for padding at end of section. * gas/testsuite/gas/ppc/power9.d: Likewise. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 66000e79ea7..becf5bca515 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2015-12-10 Alan Modra + + Apply from master. + 2015-11-19 Alan Modra + * gas/ppc/altivec3.d: Allow for padding at end of section. + * gas/testsuite/gas/ppc/power9.d: Likewise. + 2015-12-09 H.J. Lu * gas/i386/i386.exp: Run ospke and x86-64-ospke. diff --git a/gas/testsuite/gas/ppc/altivec3.d b/gas/testsuite/gas/ppc/altivec3.d index 58a83132fab..1d05a8f1a21 100644 --- a/gas/testsuite/gas/ppc/altivec3.d +++ b/gas/testsuite/gas/ppc/altivec3.d @@ -76,3 +76,4 @@ Disassembly of section \.text: .*: (12 b5 17 44|44 17 b5 12) vslv v21,v21,v2 .*: (11 e9 0f 4d|4d 0f e9 11) vextuhrx r15,r9,v1 .*: (12 b1 87 8d|8d 87 b1 12) vextuwrx r21,r17,v16 +#pass diff --git a/gas/testsuite/gas/ppc/power9.d b/gas/testsuite/gas/ppc/power9.d index 950af6c6325..a05f207f2e1 100644 --- a/gas/testsuite/gas/ppc/power9.d +++ b/gas/testsuite/gas/ppc/power9.d @@ -386,3 +386,4 @@ Disassembly of section \.text: .*: (f0 f1 df df|df df f1 f0) xvcmpnedp\. vs39,vs49,vs59 .*: (f1 12 e2 df|df e2 12 f1) xvcmpnesp vs40,vs50,vs60 .*: (f1 33 ee df|df ee 33 f1) xvcmpnesp\. vs41,vs51,vs61 +#pass