OSDN Git Service

2007-03-24 Paul Brook <paul@codesourcery.com>
authorpbrook <pbrook>
Sat, 24 Mar 2007 21:29:45 +0000 (21:29 +0000)
committerpbrook <pbrook>
Sat, 24 Mar 2007 21:29:45 +0000 (21:29 +0000)
commit2e783967d04cdc2710791d5096fbee84f900d953
tree398933f1ee5fc5781d3a1db72c47284cc28ff849
parent8c596e88f2d516110769d6c07c02a6e8d60be20c
2007-03-24  Paul Brook  <paul@codesourcery.com>
Mark Shinwell  <shinwell@codesourcery.com>

gas/
* config/tc-arm.c (operand_parse_code): Add OP_oRRw.
(parse_operands): Don't expect comma if first operand missing.
Handle OP_oRRw.
(do_srs): Encode register number, checking it is r13.  Update comment.
(insns): Update SRS entries to take a register.

gas/testsuite/
* gas/arm/archv6.s: Add new SRS tests.
* gas/arm/archv6.d: Update expected output.
* gas/arm/thumb32.s: Add new SRS tests.
* gas/arm/thumb32.d: Update expected output.
* gas/arm/srs-t2.d: New.
* gas/arm/srs-t2.l: New.
* gas/arm/srs-t2.s: New.
* gas/arm/srs-arm.d: New.
* gas/arm/srs-arm.l: New.
* gas/arm/srs-arm.s: New.

opcodes/
* arm-dis.c (arm_opcodes): Print SRS base register.
gas/testsuite/gas/arm/srs-arm.d [new file with mode: 0644]
gas/testsuite/gas/arm/srs-arm.l [new file with mode: 0644]
gas/testsuite/gas/arm/srs-arm.s [new file with mode: 0644]
gas/testsuite/gas/arm/srs-t2.d [new file with mode: 0644]
gas/testsuite/gas/arm/srs-t2.l [new file with mode: 0644]
gas/testsuite/gas/arm/srs-t2.s [new file with mode: 0644]