* write.c (write_object_file): Fix signed/unsigned warning.
[binutils.git] / gas / config / e-crisaout.c
blob4f2344957b7750dab95bf10210d1c40d66f2fd44
1 #include "as.h"
2 #include "emul.h"
4 static const char *crisaout_bfd_name PARAMS ((void));
6 static const char *
7 crisaout_bfd_name ()
9 abort ();
10 return NULL;
13 #define emul_bfd_name crisaout_bfd_name
14 #define emul_format &aout_format_ops
16 #define emul_name "crisaout"
17 #define emul_struct_name crisaout
18 #define emul_default_endian 0
19 #include "emul-target.h"