]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Fri, 17 Sep 2010 10:42:04 +0000 (10:42 +0000)
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Fri, 17 Sep 2010 10:42:04 +0000 (10:42 +0000)
commit59b42a0df4c14288bd6bc922c187a9e218323d3d
tree64e51df54782eda1c5504c11643acbbce552220d
parentdb472d6ff0f438a21b357249a9b48e4b74498076
2010-09-17  Tejas Belagod  <tejas.belagod@arm.com>

* config/tc-arm.c (parse_psr): Add condition for matching "APSR" on
non-M-arch cpus.
(psrs): Add entry for PSR flags, g, nzcvq, nzcvqg.

2010-09-17  Tejas Belagod  <tejas.belagod@arm.com>

* gas/arm/msr-reg.s: New file.
* gas/arm/msr-reg.d: Likewise.
* gas/arm/msr-imm.s: Likewise.
* gas/arm/msr-imm.d: Likewise.
* gas/arm/msr-imm-bad.d: Likewise.
* gas/arm/msr-imm-bad.l: Likewise.
* gas/arm/msr-reg-bad.d: Likewise.
* gas/arm/msr-imm-bad.d: Likewise.
* gas/arm/msr-reg-thumb.d: Likewise.
* gas/arm/arch7.s: Add tests for xpsr.
* gas/arm/arch7.d: Likewise.
14 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/arch7.d
gas/testsuite/gas/arm/arch7.s
gas/testsuite/gas/arm/msr-imm-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/msr-imm-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/msr-imm.d [new file with mode: 0644]
gas/testsuite/gas/arm/msr-imm.s [new file with mode: 0644]
gas/testsuite/gas/arm/msr-reg-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/msr-reg-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/msr-reg-thumb.d [new file with mode: 0644]
gas/testsuite/gas/arm/msr-reg.d [new file with mode: 0644]
gas/testsuite/gas/arm/msr-reg.s [new file with mode: 0644]