* config/e-criself.c: Fix typo in last change.
[binutils.git] / gas / config / e-criself.c
blobf0dc48e0e940df2586dea61ea5776396d360b85b
1 #include "as.h"
2 #include "emul.h"
4 static const char *criself_bfd_name PARAMS ((void));
6 static const char *
7 criself_bfd_name ()
9 abort ();
10 return NULL;
13 #define emul_bfd_name criself_bfd_name
14 #define emul_format &elf_format_ops
16 #define emul_name "criself"
17 #define emul_struct_name criself
18 #define emul_default_endian 0
19 #include "emul-target.h"