aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bits/elf_x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/bits/elf_x.h')
-rw-r--r--src/arch/i386/include/bits/elf_x.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/i386/include/bits/elf_x.h b/src/arch/i386/include/bits/elf_x.h
deleted file mode 100644
index 86c67250..00000000
--- a/src/arch/i386/include/bits/elf_x.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#define ARCH_ELF_CLASS ELFCLASS32
-#define ARCH_ELF_DATA ELFDATA2LSB
-#define ARCH_ELF_MACHINE_OK(x) ((x)==EM_386 || (x)==EM_486)
-typedef Elf32_Ehdr Elf_ehdr;
-typedef Elf32_Phdr Elf_phdr;