* mpw-config.in: Add sh and i386 configs, remove sparc config.
authorStan Shebs <shebs@codesourcery.com>
Fri, 16 Jun 1995 00:45:31 +0000 (00:45 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 16 Jun 1995 00:45:31 +0000 (00:45 +0000)
* sh-opc.h: Add copyright.

opcodes/ChangeLog
opcodes/mpw-config.in

index 380d2dc1539d891ce721f626e44f81771ae172af..92256ea39769a181de96ad333cdaba59536dfd29 100644 (file)
@@ -1,3 +1,17 @@
+Thu Jun 15 17:23:31 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-config.in: Add sh and i386 configs, remove sparc config.
+       * sh-opc.h: Add copyright.
+
+Mon Jun  5 03:30:43 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
+
+       * Makefile.in (crunch-m68k): Delete extra target accidentally
+       checked in a while ago.
+
+Wed May 24 16:22:13 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
+
+       * sh-opc.h (sh_table): Add SH3 support.
+
 Wed May 24 14:16:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
 
        * sh-opc.h: Added bsrf and braf.
index a643a27f43afab370ab1ea572b42d77b9ef019d7..425a6d027a49ca72e5deb7ad0c513018864aca8a 100644 (file)
@@ -10,10 +10,12 @@ If "{target_arch}" =~ /m68k/
        Set BFD_MACHINES  '"{o}"m68k-dis.c.o'
 Else If "{target_arch}" =~ /powerpc/
        Set BFD_MACHINES  '"{o}"ppc-dis.c.o "{o}"ppc-opc.c.o'
+Else If "{target_arch}" =~ /i386/
+       Set BFD_MACHINES  '"{o}"i386-dis.c.o'
 Else If "{target_arch}" =~ /mips/
        Set BFD_MACHINES  '"{o}"mips-dis.c.o "{o}"mips-opc.c.o'
-Else If "{target_arch}" =~ /sparc/
-       Set BFD_MACHINES  '"{o}"sparc-dis.c.o "{o}"sparc-opc.c.o'
+Else If "{target_arch}" =~ /sh/
+       Set BFD_MACHINES  '"{o}"sh-dis.c.o'
 End If
 
 Echo '# Start from mpw-config.in' > "{o}"mk.tmp