This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Update pr20068 test to allow for big endian ARM configuration


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d5e74e8d3e6207251486bc0d88f54d3e70cb1240

commit d5e74e8d3e6207251486bc0d88f54d3e70cb1240
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed May 11 18:04:03 2016 +0100

    Update pr20068 test to allow for big endian ARM configuration

Diff:
---
 gas/ChangeLog                   | 6 ++++++
 gas/testsuite/gas/arm/pr20068.d | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 22558dd..2a69419 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 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].*


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]