* dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
[binutils.git] / gas / config / e-i386aout.c
blobf8435ab35322662e2a9b795bd8d8c43115361cfb
1 #include "as.h"
2 #include "emul.h"
4 static const char *i386aout_bfd_name PARAMS ((void));
6 static const char *
7 i386aout_bfd_name ()
9 abort ();
10 return NULL;
13 #define emul_bfd_name i386aout_bfd_name
14 #define emul_format &aout_format_ops
16 #define emul_name "i386aout"
17 #define emul_struct_name i386aout
18 #define emul_default_endian 0
19 #include "emul-target.h"