]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/hppa-dis.c
PR gas/11395
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 31 Dec 2010 16:43:46 +0000 (16:43 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 31 Dec 2010 16:43:46 +0000 (16:43 +0000)
commit3c853d931322f71b01a217f05bb8302f32a263d2
treecc2b4be87abc27f50e4fd79148d5d467fce3c1c6
parent3cc86b96c02990d4b8e1092a800cf83c80b5def1
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