diff --git a/opcodes/ChangeLog.gm b/opcodes/ChangeLog.gm index aebf373a46..0bfd9808bb 100644 --- a/opcodes/ChangeLog.gm +++ b/opcodes/ChangeLog.gm @@ -1,3 +1,8 @@ +Wed Mar 30 15:31:55 1994 Stan Shebs (shebs@andros.cygnus.com) + + * mpw-xconfig.in (opcode/mips.h): Don't forward-include here. + (BFD_MACHINES): Set appropriately. + Mon Jan 24 12:09:35 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in (opcode/mips.h): Create using forward-include. diff --git a/opcodes/mpw-xconfig.in b/opcodes/mpw-xconfig.in index d62377e8eb..c162d66a85 100644 --- a/opcodes/mpw-xconfig.in +++ b/opcodes/mpw-xconfig.in @@ -1,3 +1,5 @@ # Extra configuration fragment for opcodes. -forward-include "{srcroot}"include:opcode:mips.h 'opcode/mips.h' +If "{target_canonical}" =~ /mips-idt-ecoff/ + Set BFD_MACHINES '"{o}"mips-dis.c.o "{o}"mips-opc.c.o' +End If