]> Git Repo - binutils.git/blob - gas/config/e-i386elf.c
* config/tc-ia64.c (md_apply_fix3): Add default case.
[binutils.git] / gas / config / e-i386elf.c
1 #include "as.h"
2 #include "emul.h"
3
4 static const char *i386elf_bfd_name PARAMS ((void));
5
6 static const char *
7 i386elf_bfd_name ()
8 {
9   abort ();
10   return NULL;
11 }
12
13 #define emul_bfd_name   i386elf_bfd_name
14 #define emul_format     &elf_format_ops
15
16 #define emul_name       "i386elf"
17 #define emul_struct_name i386elf
18 #define emul_default_endian 0
19 #include "emul-target.h"
This page took 0.025706 seconds and 4 git commands to generate.