blob: f6510a4653123d9929f6254cef61da96dcb99653 [file] [log] [blame]
#include "as.h"
#include "emul.h"
static const char *i386coff_bfd_name PARAMS ((void));
static const char *
i386coff_bfd_name ()
{
abort ();
return NULL;
}
#define emul_bfd_name i386coff_bfd_name
#define emul_format &coff_format_ops
#define emul_name "i386coff"
#define emul_struct_name i386coff
#define emul_default_endian 0
#include "emul-target.h"