Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2009-03-02 16:59:36 +0300
committerAlan Modra <modra@gmail.com>2009-03-02 16:59:36 +0300
commit8887d9951d46c9c7ba271dc9b8854cf7155bd400 (patch)
treee70f9c46d223bd6bf8107e63990505bb71b78250
parent33339cb3c2b977bf8cbb55c77d21afbf364b0fca (diff)
backport 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>binutils-2_19-branch
-rw-r--r--include/opcode/ChangeLog3
-rw-r--r--include/opcode/ppc.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index fbc492dd8..e3c30541c 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,5 +1,8 @@
2009-03-02 Alan Modra <amodra@bigpond.net.au>
+ 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
+ * ppc.h (PPC_OPCODE_POWER7): New.
+
2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
* ppc.h (struct powerpc_opcode): New field "deprecated".
(PPC_OPCODE_NOPOWER4): Delete.
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h
index 1ede310b9..e45fc5807 100644
--- a/include/opcode/ppc.h
+++ b/include/opcode/ppc.h
@@ -114,6 +114,9 @@ extern const int powerpc_num_opcodes;
/* Opcode is only supported by Power4 architecture. */
#define PPC_OPCODE_POWER4 0x4000
+/* Opcode is only supported by Power7 architecture. */
+#define PPC_OPCODE_POWER7 0x8000
+
/* Opcode is only supported by POWERPC Classic architecture. */
#define PPC_OPCODE_CLASSIC 0x10000