aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-07-03 06:51:56 +0000
committerAlan Modra <amodra@gmail.com>2010-07-03 06:51:56 +0000
commitbdc70b4a03fd884e60bfef2cc2fa7b864f51d6fe (patch)
treebca2e83dc0b362bc8f511992a2a7f4ec640d8b30 /include/opcode/ChangeLog
parent21375995bd28258d997c67b0736426e5aabc581b (diff)
downloadgdb-bdc70b4a03fd884e60bfef2cc2fa7b864f51d6fe.zip
gdb-bdc70b4a03fd884e60bfef2cc2fa7b864f51d6fe.tar.gz
gdb-bdc70b4a03fd884e60bfef2cc2fa7b864f51d6fe.tar.bz2
include/opcode/
* ppc.h (PPC_OPCODE_32, PPC_OPCODE_BOOKE64, PPC_OPCODE_CLASSIC): Delete. Renumber other PPC_OPCODE defines. gas/ * config/tc-ppc.c (ppc_set_cpu): Remove old opcode flags. (ppc_setup_opcodes): Likewise. Simplify opcode selection. opcodes/ * ppc-dis.c (ppc_opts, powerpc_init_dialect): Remove old opcode flags. * ppc-opc.c (PPC32, POWER32, COM32, CLASSIC): Delete. (PPC64, MFDEC2): Update. (NON32, NO371): Define. (powerpc_opcode): Update to not use old opcode flags, and avoid -m601 duplicates.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 82bdc8f..b19f1aa 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,5 +1,10 @@
2010-07-03 Alan Modra <amodra@gmail.com>
+ * ppc.h (PPC_OPCODE_32, PPC_OPCODE_BOOKE64, PPC_OPCODE_CLASSIC): Delete.
+ Renumber other PPC_OPCODE defines.
+
+2010-07-03 Alan Modra <amodra@gmail.com>
+
* ppc.h (PPC_OPCODE_COMMON): Expand comment.
2010-06-29 Alan Modra <amodra@gmail.com>