diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-06-16 00:45:31 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-06-16 00:45:31 +0000 |
commit | 6efe6dc5784ff067d4463fa79487529d7e868bac (patch) | |
tree | 4d874621e9a2d4eb383d0f9b2048e4596730d70c /opcodes/mpw-config.in | |
parent | d21041b3e20375ba2139d2c21a5e4d44ecdf26f2 (diff) | |
download | gdb-6efe6dc5784ff067d4463fa79487529d7e868bac.zip gdb-6efe6dc5784ff067d4463fa79487529d7e868bac.tar.gz gdb-6efe6dc5784ff067d4463fa79487529d7e868bac.tar.bz2 |
* mpw-config.in: Add sh and i386 configs, remove sparc config.
* sh-opc.h: Add copyright.
Diffstat (limited to 'opcodes/mpw-config.in')
-rw-r--r-- | opcodes/mpw-config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/mpw-config.in b/opcodes/mpw-config.in index a643a27..425a6d0 100644 --- a/opcodes/mpw-config.in +++ b/opcodes/mpw-config.in @@ -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 |