133965Sjdp#include "as.h"
233965Sjdp#include "emul.h"
333965Sjdp
489857Sobrienstatic const char *i386coff_bfd_name PARAMS ((void));
589857Sobrien
633965Sjdpstatic const char *
733965Sjdpi386coff_bfd_name ()
833965Sjdp{
933965Sjdp  abort ();
1033965Sjdp  return NULL;
1133965Sjdp}
1233965Sjdp
1333965Sjdp#define emul_bfd_name	i386coff_bfd_name
1433965Sjdp#define emul_format	&coff_format_ops
1533965Sjdp
1633965Sjdp#define emul_name	"i386coff"
1733965Sjdp#define emul_struct_name i386coff
1833965Sjdp#define emul_default_endian 0
1933965Sjdp#include "emul-target.h"
20