]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
2010-09-27 Tejas Belagod <tejas.belagod@arm.com>
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Mon, 27 Sep 2010 09:47:05 +0000 (09:47 +0000)
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Mon, 27 Sep 2010 09:47:05 +0000 (09:47 +0000)
commit6844b2c2db8ce07c7f000d9bd132d6b9b83709b8
tree5fcdbc72bb96397a0323bdda04fd5533d4a96d05
parenta7cb5251cf141989cc34f39b40641c5359b12757
2010-09-27  Tejas Belagod  <tejas.belagod@arm.com>

* gas/config/tc-arm.c (do_neon_ldr_str): Deprecate ARM-mode PC-relative
VSTR, issue an error in THUMB mode.
* opcodes/arm_dis.c (print_insn_coprocessor): Apply off-by-alignment
correction to unaligned PCs while printing comment.
* gas/testsuite/gas/arm/vldr.s: New test for pc-relative VLDR disassembly comment.
* gas/testsuite/gas/arm/vldr.d: Likewise.
* gas/testsuite/gas/arm/vstr-bad.s: New test for PC-relative VSTR.
* gas/testsuite/gas/arm/vstr-thumb-bad.l: Likewise.
* gas/testsuite/gas/arm/vstr-thumb-bad.d: Likewise.
* gas/testsuite/gas/arm/vstr-arm-bad.l: Likewise.
* gas/testsuite/gas/arm/vstr-arm-bad.d: Likewise.
12 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/vldr.d [new file with mode: 0644]
gas/testsuite/gas/arm/vldr.s [new file with mode: 0644]
gas/testsuite/gas/arm/vstr-arm-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/vstr-arm-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/vstr-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/vstr-thumb-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/vstr-thumb-bad.l [new file with mode: 0644]
opcodes/ChangeLog
opcodes/arm-dis.c