diff options
author | Will Newton <willnewton@sourceware.org> | 2013-09-16 09:34:30 +0000 |
---|---|---|
committer | Will Newton <willnewton@sourceware.org> | 2013-09-16 09:34:30 +0000 |
commit | 1d50d57ca2c58167dc7ba142c6d38fad3d10b980 (patch) | |
tree | 39bf2c8fbdd135d5981236ef56824e69add89dca /gas/ChangeLog | |
parent | fe75ecec829a6a957f9db1f17faac7c9f506a4a1 (diff) | |
download | gdb-1d50d57ca2c58167dc7ba142c6d38fad3d10b980.zip gdb-1d50d57ca2c58167dc7ba142c6d38fad3d10b980.tar.gz gdb-1d50d57ca2c58167dc7ba142c6d38fad3d10b980.tar.bz2 |
gas/config/tc-arm.c: Fix parsing of NEON load/store element sizes.
The existing code would accept VLD2.64 and similar undefined
instructions.
gas/ChangeLog:
2013-09-16 Will Newton <will.newton@linaro.org>
* config/tc-arm.c (do_neon_ld_st_interleave): Add constraint
disallowing element size 64 with interleave other than 1.
gas/testsuite/ChangeLog:
2013-09-16 Will Newton <will.newton@linaro.org>
* gas/arm/neon-ldst-es.d: Add VLD1.64 instructions.
* gas/arm/neon-ldst-es.s: Likewise.
* testsuite/gas/arm/neon-ldst-es-bad.d: New file.
* testsuite/gas/arm/neon-ldst-es-bad.l: Likewise.
* testsuite/gas/arm/neon-ldst-es-bad.s: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8434721..8177107 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-09-16 Will Newton <will.newton@linaro.org> + + * config/tc-arm.c (do_neon_ld_st_interleave): Add constraint + disallowing element size 64 with interleave other than 1. + 2013-09-12 Chao-ying Fu <Chao-ying.Fu@imgtec.com> * config/tc-mips.c (match_insn): Set error when $31 is used for |