summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-05-11 18:04:03 +0100
committerNick Clifton <nickc@redhat.com>2016-05-11 18:04:03 +0100
commitd5e74e8d3e6207251486bc0d88f54d3e70cb1240 (patch)
treed921aed97b599be11a560db5f532c5db0e1fa4ef
parent8f4f9071ad5fe6076c3554a75d59536e74e6a3fe (diff)
downloadbinutils-gdb-d5e74e8d3e6207251486bc0d88f54d3e70cb1240.tar.gz
Update pr20068 test to allow for big endian ARM configuration
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/testsuite/gas/arm/pr20068.d4
2 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 22558dd67ce..2a69419ff53 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2016-05-11 Nick Clifton <nickc@redhat.com>
+
+ PR target/20068
+ * testsuite/gas/arm/pr20068.d: Adjust expected output to allow for
+ big endian ARM configurations.
+
2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
Matthew Fortune <matthew.fortune@imgtec.com>
diff --git a/gas/testsuite/gas/arm/pr20068.d b/gas/testsuite/gas/arm/pr20068.d
index b694c0e2605..21c4432f7bb 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].*