* ppc-opc.c: New file. Opcode table for PowerPC, including
authorIan Lance Taylor <ian@airs.com>
Sat, 22 Jan 1994 00:04:49 +0000 (00:04 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 22 Jan 1994 00:04:49 +0000 (00:04 +0000)
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.

opcodes/ChangeLog

index 169f032acbb7743536540b2133bf6dd45a1a8ba6..2b5cc5e8d60c5393667b507598c4bc6e239c7b82 100644 (file)
@@ -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.