From 4bc0608a8b693f033555aa5705fdd5fc44cb9a9a Mon Sep 17 00:00:00 2001 From: Peter Bergner Date: Thu, 14 May 2015 20:57:50 -0500 Subject: Fix some PPC assembler errors. Remove the wait instructions for server processors, since they were never implemented. Also add the extra operands added to the tlbie and slbia instructions with ISA 2.06 and ISA 2.05 respectively. binutils/ * MAINTAINERS: Add myself as PPC maintainer. opcodes/ * ppc-opc.c (IH) New define. (powerpc_opcodes) : Do not enable for POWER7. : Add RS operand for POWER7. : Add IH operand for POWER6. gas/testsuite/ * gas/ppc/power4.d: Add a slbia test. * gas/ppc/power4.s: Likewise. * gas/ppc/power6.d: Add slbia and tlbie tests. * gas/ppc/power6.s: Likewise. * gas/ppc/power7.d: Remove wait tests. Add a tlbie test. * gas/ppc/power7.s: Likewise. --- binutils/ChangeLog | 4 ++++ binutils/MAINTAINERS | 1 + 2 files changed, 5 insertions(+) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index db01e39..84beb7e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2015-05-14 Peter Bergner + + * MAINTAINERS: Add myself as PPC maintainer. + 2015-05-14 H.J. Lu * readelf.c (uncompress_section_contents): Add a parameter for diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 41bc92d..37f4601 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -119,6 +119,7 @@ responsibility among the other maintainers. OR1K Stefan Kristiansson PPC Geoff Keating PPC Alan Modra + PPC Peter Bergner PPC vector ext Aldy Hernandez RL78 DJ Delorie RX DJ Delorie -- cgit v1.1