You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
304 B

#include "as.h"
#include "emul.h"
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"