https://sourceware.org/bugzilla/show_bug.cgi?id=20068
--- Comment #7 from Nick Clifton <nickc at redhat dot com> --- Hi Christophe, > The new test fails on armeb-linux-gnueabihf: > ./gas/testsuite/gas.sum:FAIL: PR20068 - Misaligned constant pool when running > GAS on a 32-bit host. Ah - forgot to allow for big endian ARMs. Sorry. I am going to check in the patch below to fix this. Cheers Nick gas/ChangeLog 2016-05-11 Nick Clifton <ni...@redhat.com> PR target/20068 * testsuite/gas/arm/pr20068.d: Adjust expected output to allow for big endian ARM configurations. diff --git a/gas/testsuite/gas/arm/pr20068.d b/gas/testsuite/gas/arm/pr20068.d index b694c0e..21c4432 100644 --- a/gas/testsuite/gas/arm/pr20068.d +++ b/gas/testsuite/gas/arm/pr20068.d @@ -14,5 +14,5 @@ Disassembly of section .text: c: 00000000 .* 10: 12345678 .* 14: 00000000 .* - 18: 00000fff .* - 1c: 0000fff0 .* + 18: [00000fff|0000fff0].* + 1c: [0000fff0|00000fff].* -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils