diff options
author | Alan Modra <amodra@gmail.com> | 2015-12-12 17:26:33 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-12-12 21:34:34 +1030 |
commit | b817670b52b7414d592cbfd96fd77cf725a33413 (patch) | |
tree | 47f89fbd561ae4dce856ddcb5bc9c2593479a791 /opcodes/ChangeLog | |
parent | 1f157432d9d71fa036cdefb51a64d35de19b50ab (diff) | |
download | gdb-b817670b52b7414d592cbfd96fd77cf725a33413.zip gdb-b817670b52b7414d592cbfd96fd77cf725a33413.tar.gz gdb-b817670b52b7414d592cbfd96fd77cf725a33413.tar.bz2 |
Enable 2 operand form of powerpc mfcr with -many
This is a workaround for a gcc bug.
PR 19359
* ppc-opc.c (insert_fxm): Remove "ignored" from error message.
(powerpc_opcodes): Remove single-operand mfcr.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3fdf63b..82582be 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2015-12-12 Alan Modra <amodra@gmail.com> + + PR 19359 + * ppc-opc.c (insert_fxm): Remove "ignored" from error message. + (powerpc_opcodes): Remove single-operand mfcr. + 2015-12-11 Matthew Wahab <matthew.wahab@arm.com> * aarch64-asm.c (aarch64_ins_hint): New. |