Add x86-64 ILP32 support.
[deliverable/binutils-gdb.git] / gas / config / tc-i386.h
index 80824f21de4d94ad5e92ef84768f929f1118d343..6ce88afb13e390adf0bb6b22a09b844dad90de17 100644 (file)
@@ -76,6 +76,10 @@ extern unsigned long i386_mach (void);
 #define ELF_TARGET_FORMAT64    "elf64-x86-64"
 #endif
 
+#ifndef ELF_TARGET_FORMAT32
+#define ELF_TARGET_FORMAT32    "elf32-x86-64"
+#endif
+
 #ifndef ELF_TARGET_L1OM_FORMAT
 #define ELF_TARGET_L1OM_FORMAT "elf64-l1om"
 #endif
This page took 0.025011 seconds and 4 git commands to generate.