PR gas/11395
commitd676b41c75743271e320821bbe7ed0065cb81c6f
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 31 Dec 2010 16:43:43 +0000 (31 16:43 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 31 Dec 2010 16:43:43 +0000 (31 16:43 +0000)
tree80c2fbb69e91d71a3e5b86ba21e5ab46b14ef7f9
parentc8f29d2369168075cf201b0537c539d4183e34ee
PR gas/11395
* config/tc-hppa.c (pa_ip): Revert last change.  Add variable need_cond
to determine whether a 64-bit condition is needed for 'A' and 'S'
conditions.  Default to 32-bit never condition for logical and unit
instructions.  Add error message for missing branch on bit condition.

* hppa.h (pa_opcodes): Revert last change.  Exchange 32 and 64-bit
"bb" entries.

* hppa-dis.c (compare_cond_64_names): Change never condition to ",*".
(add_cond_64_names): Likewise.
(logical_cond_64_names): Likewise.
(unit_cond_64_names): Likewise.
gas/ChangeLog
gas/config/tc-hppa.c
include/opcode/ChangeLog
include/opcode/hppa.h
opcodes/ChangeLog
opcodes/hppa-dis.c