* write.c (is_dnrange): Stop as soon as the address becomes
[binutils.git] / gas / config / e-i386aout.c
blob18fdf689c73a1b051838b54f92933abd813fc85f
1 #include "as.h"
2 #include "emul.h"
4 static const char *
5 i386aout_bfd_name ()
7 abort ();
8 return NULL;
11 #define emul_bfd_name i386aout_bfd_name
12 #define emul_format &aout_format_ops
14 #define emul_name "i386aout"
15 #define emul_struct_name i386aout
16 #define emul_default_endian 0
17 #include "emul-target.h"