diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-23 16:46:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-02-23 16:46:44 +0000 |
commit | 0dc5cb47f89368a9636bc820f0e5f050347ec364 (patch) | |
tree | 984b568770ec8c3cef89e44a11da8b9b1bce5715 /gas | |
parent | 05566b3b8548616bad5290963b097f1d30a2df9e (diff) | |
download | gdb-0dc5cb47f89368a9636bc820f0e5f050347ec364.zip gdb-0dc5cb47f89368a9636bc820f0e5f050347ec364.tar.gz gdb-0dc5cb47f89368a9636bc820f0e5f050347ec364.tar.bz2 |
* gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
end of the section depending upon the target of the arm assembler
being tested.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/thumb2_bcond.d | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c424263..301eea3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,6 +1,12 @@ +2010-02-23 Nick Clifton <nickc@redhat.com> + + * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the + end of the section depending upon the target of the arm assembler + being tested. + 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> - * gas/arm/attr-order.d: Fix test for new names for attribute + * gas/arm/attr-order.d: Fix test for new names for attribute values. 2010-02-12 Daniel Gutson <dgutson@codesourcery.com> diff --git a/gas/testsuite/gas/arm/thumb2_bcond.d b/gas/testsuite/gas/arm/thumb2_bcond.d index 96f6903..48aa397 100644 --- a/gas/testsuite/gas/arm/thumb2_bcond.d +++ b/gas/testsuite/gas/arm/thumb2_bcond.d @@ -24,4 +24,4 @@ Disassembly of section .text: 0+02a <[^>]+> be00 bkpt 0x0000 0+02c <[^>]+> bf00 nople 0+02e <[^>]+> bf00 nop -0+030 <[^>]+> bf00 nop +#... |