aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-01-22 00:04:49 +0000
committerIan Lance Taylor <ian@airs.com>1994-01-22 00:04:49 +0000
commit1211751d0bd88256bf7dae0a51ddf21a29d73c1d (patch)
tree03843155b7e641b0dd6c684bd6ba5f7b62eb0bd4
parent85dcf36d72b44163b03d7afd3531a9e0c3055a8f (diff)
downloadfsf-binutils-gdb-1211751d0bd88256bf7dae0a51ddf21a29d73c1d.zip
fsf-binutils-gdb-1211751d0bd88256bf7dae0a51ddf21a29d73c1d.tar.gz
fsf-binutils-gdb-1211751d0bd88256bf7dae0a51ddf21a29d73c1d.tar.bz2
* ppc-opc.c: New file. Opcode table for PowerPC, including
opcodes for POWER (RS/6000). * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler. * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o. (CFILES): Add ppc-dis.c. (ppc-dis.o, ppc-opc.o): New targets. * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
-rw-r--r--opcodes/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 169f032..2b5cc5e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,13 @@
+Fri Jan 21 19:01:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * ppc-opc.c: New file. Opcode table for PowerPC, including
+ opcodes for POWER (RS/6000).
+ * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler.
+ * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
+ (CFILES): Add ppc-dis.c.
+ (ppc-dis.o, ppc-opc.o): New targets.
+ * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
+
Mon Jan 17 20:05:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.