2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gas / config / e-criself.c
CommitLineData
3bcbcc3d
HPN
1#include "as.h"
2#include "emul.h"
3
ebd0428f 4static const char *criself_bfd_name PARAMS ((void));
17fc154e 5
3bcbcc3d
HPN
6static const char *
7criself_bfd_name ()
8{
9 abort ();
10 return NULL;
11}
12
13#define emul_bfd_name criself_bfd_name
14#define emul_format &elf_format_ops
15
16#define emul_name "criself"
17#define emul_struct_name criself
18#define emul_default_endian 0
19#include "emul-target.h"
This page took 0.252065 seconds and 4 git commands to generate.