From db76a70026ab100148eb274322fac01f1a1dd466 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 29 Nov 2014 19:13:17 +1030 Subject: Power4 should treat mftb as extended mfspr mnemonic On further reading of ISA manual it appears gas should have been treating mftb and mftbu as extended mnemonics for mfspr, for ISA 2.03 and later. opcodes/ * ppc-opc.c (powerpc_opcodes): Make mftb* generate mfspr for power4 and later. gas/testsuite/ * gas/ppc/a2.d: Update for mftb change. * gas/ppc/476.d: Likewise. --- opcodes/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 89fabdb..00bb53a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2014-11-30 Alan Modra + + * ppc-opc.c (powerpc_opcodes): Make mftb* generate mfspr for + power4 and later. + 2014-11-28 Sandra Loosemore * nios2-opc.c (nios2_r1_opcodes): Remove deleted attributes -- cgit v1.1