Update the address and phone number of the FSF
[binutils.git] / gas / config / e-i386coff.c
blobf6510a4653123d9929f6254cef61da96dcb99653
1 #include "as.h"
2 #include "emul.h"
4 static const char *i386coff_bfd_name PARAMS ((void));
6 static const char *
7 i386coff_bfd_name ()
9 abort ();
10 return NULL;
13 #define emul_bfd_name i386coff_bfd_name
14 #define emul_format &coff_format_ops
16 #define emul_name "i386coff"
17 #define emul_struct_name i386coff
18 #define emul_default_endian 0
19 #include "emul-target.h"