]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/config/e-i386elf.c
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / config / e-i386elf.c
1 #include "as.h"
2 #include "emul.h"
3
4 static const char *
5 i386elf_bfd_name ()
6 {
7 abort ();
8 return NULL;
9 }
10
11 #define emul_bfd_name i386elf_bfd_name
12 #define emul_format &elf_format_ops
13
14 #define emul_name "i386elf"
15 #define emul_struct_name i386elf
16 #define emul_default_endian 0
17 #include "emul-target.h"