]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
Fixes a bug in the ARM port of GAS when parsing inverted register lists.
authorMichael Perkins <perkinsmg75@yahoo.co.uk>
Tue, 10 Mar 2015 11:47:46 +0000 (11:47 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 10 Mar 2015 11:47:46 +0000 (11:47 +0000)
commit5e0d7f77b20d74d2866e41b72697581c39f3197b
treeae6aafc5e39637d47be8d01491d7be9908275dba
parent4e9aaefbd0042f5372509cd51ef2791a68aa30b0
Fixes a bug in the ARM port of GAS when parsing inverted register lists.

* config/tc-arm.c (parse_operands): Fix bug setting writeback
values for '^' on OP_REGLSTs.
(do_push_pop): Add new writeback constraint.
gas/ChangeLog
gas/config/tc-arm.c