diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2010-07-08 22:40:28 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2010-07-08 22:40:28 +0000 |
commit | 52e7f43db080a890fc08dde31235f7c7a86178b9 (patch) | |
tree | 22f39485e0fede72f384d445dce769a6fdbd8e2e /gas/testsuite/ChangeLog | |
parent | 7e6e39e562179fd655e1407bba89c957902b5a8b (diff) | |
download | gdb-52e7f43db080a890fc08dde31235f7c7a86178b9.zip gdb-52e7f43db080a890fc08dde31235f7c7a86178b9.tar.gz gdb-52e7f43db080a890fc08dde31235f7c7a86178b9.tar.bz2 |
2010-07-08 Tejas Belagod <tejas.belagod@arm.com>
gas/testsuite
* gas/arm/barrier.s: New file.
* gas/arm/barrier.d: New file.
* gas/arm/barrier-thumb.s: New file.
* gas/arm/barrier-thumb.d: New file.
* gas/arm/barrier-bad.s: New file.
* gas/arm/barrier-bad.d: New file.
* gas/arm/barrier-bad.l: New file.
* gas/arm/barrier-bad-thumb.s: New file.
* gas/arm/barrier-bad-thumb.d: New file.
* gas/arm/barrier-bad-thumb.l: New file.
gas/config
* tc-arm.c (OP_oBARRIER): Remove.
(OP_oBARRIER_I15): Add.
(po_barrier_or_imm): Add macro.
(parse_operands): Improve OP_oBARRIER_I15 operand parsing.
(do_barrier): Check correct immediate range.
(do_t_barrier): Likewise.
(barrier_opt_names): Add entries for more symbolic operands.
(insns): Replace OP_oBARRIER with OP_oBARRIER_I15 for barriers.
opcodes/
* arm-dis.c (print_insn_arm): Add cases for printing more
symbolic operands.
(print_insn_thumb32): Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e9dbfe7..9818a62 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2010-07-08 Tejas Belagod <tejas.belagod@arm.com> + + * gas/arm/barrier.s: New file. + * gas/arm/barrier.d: New file. + * gas/arm/barrier-thumb.s: New file. + * gas/arm/barrier-thumb.d: New file. + * gas/arm/barrier-bad.s: New file. + * gas/arm/barrier-bad.d: New file. + * gas/arm/barrier-bad.l: New file. + * gas/arm/barrier-bad-thumb.s: New file. + * gas/arm/barrier-bad-thumb.d: New file. + * gas/arm/barrier-bad-thumb.l: New file. + 2010-07-08 Daniel Gutson <dgutson@codesourcery.com> * gas/arm/reloc-bad.d: New. |