First stage of coff-encap work.
authorJohn Gilmore <gnu@cygnus>
Mon, 7 Oct 1991 07:23:08 +0000 (07:23 +0000)
committerJohn Gilmore <gnu@cygnus>
Mon, 7 Oct 1991 07:23:08 +0000 (07:23 +0000)
gdb/m88k-tdep.c
gdb/m88k-xdep.c

index 4927878010517e7b53c806649fd2c874982d5359..71407f3094906b779cab07109cb8e6a3801d54fa 100644 (file)
@@ -39,12 +39,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/ioctl.h>
 #include <fcntl.h>
 
-#ifdef COFF_ENCAPSULATE
-#include "a.out.encap.h"
-#else
-#include <a.out.h>
-#endif
-
 #include <sys/file.h>
 #include <sys/stat.h>
 
index 56e74783ffb901b186a281c9b31eca8cd8494a3e..2247b15e1e573fc1f8599328a9d35fe9abdfa6b1 100644 (file)
@@ -37,13 +37,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif
 #include <sys/ioctl.h>
 #include <fcntl.h>
-
-#ifdef COFF_ENCAPSULATE
-#include "a.out.encap.h"
-#else
-#include <a.out.h>
-#endif
-
 #include <sys/file.h>
 #include <sys/stat.h>
 
This page took 0.033346 seconds and 4 git commands to generate.