projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7503c6
)
First stage of coff-encap work.
author
John Gilmore
<gnu@cygnus>
Mon, 7 Oct 1991 07:23:08 +0000
(07:23 +0000)
committer
John Gilmore
<gnu@cygnus>
Mon, 7 Oct 1991 07:23:08 +0000
(07:23 +0000)
gdb/m88k-tdep.c
patch
|
blob
|
history
gdb/m88k-xdep.c
patch
|
blob
|
history
diff --git
a/gdb/m88k-tdep.c
b/gdb/m88k-tdep.c
index 4927878010517e7b53c806649fd2c874982d5359..71407f3094906b779cab07109cb8e6a3801d54fa 100644
(file)
--- a/
gdb/m88k-tdep.c
+++ b/
gdb/m88k-tdep.c
@@
-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>
diff --git
a/gdb/m88k-xdep.c
b/gdb/m88k-xdep.c
index 56e74783ffb901b186a281c9b31eca8cd8494a3e..2247b15e1e573fc1f8599328a9d35fe9abdfa6b1 100644
(file)
--- a/
gdb/m88k-xdep.c
+++ b/
gdb/m88k-xdep.c
@@
-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>