* config/bfin-defs.h (Expr_Node_Type enum): Add Expr_Node_GOT_Reloc.
[deliverable/binutils-gdb.git] / gas / config / e-crisaout.c
CommitLineData
3bcbcc3d
HPN
1#include "as.h"
2#include "emul.h"
3
17fc154e
AM
4static const char *crisaout_bfd_name PARAMS ((void));
5
3bcbcc3d
HPN
6static const char *
7crisaout_bfd_name ()
8{
9 abort ();
10 return NULL;
11}
12
13#define emul_bfd_name crisaout_bfd_name
14#define emul_format &aout_format_ops
15
16#define emul_name "crisaout"
17#define emul_struct_name crisaout
18#define emul_default_endian 0
19#include "emul-target.h"
This page took 0.385181 seconds and 4 git commands to generate.