2003-05-01 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gas / config / e-i386coff.c
CommitLineData
252b5132
RH
1#include "as.h"
2#include "emul.h"
3
8d28c9d7
AM
4static const char *i386coff_bfd_name PARAMS ((void));
5
252b5132
RH
6static const char *
7i386coff_bfd_name ()
8{
9 abort ();
10 return NULL;
11}
12
13#define emul_bfd_name i386coff_bfd_name
14#define emul_format &coff_format_ops
15
16#define emul_name "i386coff"
17#define emul_struct_name i386coff
18#define emul_default_endian 0
19#include "emul-target.h"
This page took 0.158731 seconds and 4 git commands to generate.