diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2010-12-31 16:43:46 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2010-12-31 16:43:46 +0000 |
commit | 3c853d931322f71b01a217f05bb8302f32a263d2 (patch) | |
tree | cc2b4be87abc27f50e4fd79148d5d467fce3c1c6 /opcodes/ChangeLog | |
parent | 3cc86b96c02990d4b8e1092a800cf83c80b5def1 (diff) | |
download | gdb-3c853d931322f71b01a217f05bb8302f32a263d2.zip gdb-3c853d931322f71b01a217f05bb8302f32a263d2.tar.gz gdb-3c853d931322f71b01a217f05bb8302f32a263d2.tar.bz2 |
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a62a5d0..34a8d30 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + PR gas/11395 + * 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. + 2010-12-30 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (print_insn): Support bfd_mach_x64_32 and |