aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-03-30 23:43:52 +0000
committerStan Shebs <shebs@codesourcery.com>1994-03-30 23:43:52 +0000
commit8f24553567f8de42add1777f35ac4dffddf6e655 (patch)
tree67e1548917eacef7164584eb55e6cce0c5c885d1 /opcodes
parent72e11c95da02a5f2dcec9cb57009f4d93e4f9789 (diff)
downloadgdb-8f24553567f8de42add1777f35ac4dffddf6e655.zip
gdb-8f24553567f8de42add1777f35ac4dffddf6e655.tar.gz
gdb-8f24553567f8de42add1777f35ac4dffddf6e655.tar.bz2
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.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog.gm5
-rw-r--r--opcodes/mpw-xconfig.in4
2 files changed, 8 insertions, 1 deletions
diff --git a/opcodes/ChangeLog.gm b/opcodes/ChangeLog.gm
index aebf373..0bfd980 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 d62377e..c162d66 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