diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-24 20:51:27 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-24 20:51:27 +0000 |
commit | 4cddd1c9048abf7852e9faa4e46a9ce96d7f9436 (patch) | |
tree | ecfd460dcc357d90d1e917805f77494104b76dd7 /bfd/coff-i960.c | |
parent | a36f604047f7006445325a8e3d962c7f2c115a09 (diff) | |
download | gdb-4cddd1c9048abf7852e9faa4e46a9ce96d7f9436.zip gdb-4cddd1c9048abf7852e9faa4e46a9ce96d7f9436.tar.gz gdb-4cddd1c9048abf7852e9faa4e46a9ce96d7f9436.tar.bz2 |
Changed the shape of the howto type yet again.
Now m88kbcs support can self host.
Diffstat (limited to 'bfd/coff-i960.c')
-rw-r--r-- | bfd/coff-i960.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/coff-i960.c b/bfd/coff-i960.c index f5e6f71..8f6e688 100644 --- a/bfd/coff-i960.c +++ b/bfd/coff-i960.c @@ -24,11 +24,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "bfd.h" #include "libbfd.h" #include "obstack.h" +#include "intel-coff.h" #include "libcoff.h" /* to allow easier abstraction-breaking */ -#include "intel-coff.h" + #define CALLS 0x66003800 /* Template for 'calls' instruction */ #define BAL 0x0b000000 /* Template for 'bal' instruction */ |