]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Include coff-m88k.h rather than m88kbcs.h
authorSteve Chamberlain <sac@cygnus>
Fri, 8 Nov 1991 02:17:43 +0000 (02:17 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 8 Nov 1991 02:17:43 +0000 (02:17 +0000)
gdb/coffread.c

index 0797195a6c19c2c97817e98b2989a488dc950be6..3f1d25d81843446cb323e7fcf85399a2daa54d24 100644 (file)
@@ -28,7 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #if defined (TDESC)
 /* Need to get C_VERSION and friends.  FIXME, should be in internalcoff.h */
-#include "m88k-bcs.h"
+#include "coff-m88k.h"
 #endif /* not TDESC */
 
 #include <obstack.h>