summaryrefslogtreecommitdiff
path: root/gas/config/e-i386aout.c
blob: 18fdf689c73a1b051838b54f92933abd813fc85f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "as.h"
#include "emul.h"

static const char *
i386aout_bfd_name ()
{
  abort ();
  return NULL;
}

#define emul_bfd_name	i386aout_bfd_name
#define emul_format	&aout_format_ops

#define emul_name	"i386aout"
#define emul_struct_name i386aout
#define emul_default_endian 0
#include "emul-target.h"