diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2010-12-27 02:05:14 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2010-12-27 02:05:14 +0000 |
commit | a64718d3b10db2e9c52e14df4e221b5f127edbff (patch) | |
tree | 8f46709e2b46767144d07316badadcbe122a1bd1 /gas/ChangeLog | |
parent | 53e6a1dd44e692b7ca258b325776a4cfd8af11f3 (diff) | |
download | gdb-a64718d3b10db2e9c52e14df4e221b5f127edbff.zip gdb-a64718d3b10db2e9c52e14df4e221b5f127edbff.tar.gz gdb-a64718d3b10db2e9c52e14df4e221b5f127edbff.tar.bz2 |
PR gas/11395
* config/tc-hppa.c (pa_ip): Set doubleword carry/borrow bit when a
doubleword completer or doubleword condition is found in an add/sub
instruction. Reject match for 'A'/'S' only if there is no condition
and d bit is not set.
* gas/hppa/basic/add2.s: Add test for a simple doubleword carry
instruction.
* gas/hppa/basic/sub2.s: Add tests for simple word and doubleword
borrow instructions.
* gas/hppa/basic/basic.exp: Update regexps for above.
* opcode/hppa.h: Clear "d" bit in "add" and "sub" patterns.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 50216fd..4f87480 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2010-12-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + PR gas/11395 + * config/tc-hppa.c (pa_ip): Set doubleword carry/borrow bit when a + doubleword completer or doubleword condition is found in an add/sub + instruction. Reject match for 'A'/'S' only if there is no condition + and d bit is not set. + 2010-12-18 Mingjie Xing <mingjie.xing@gmail.com> * config/tc-mips.c (insn_uses_reg): Handle the new flags |