* config/te-gnu.h: New file.
* config/tc-i386.c: Don't use '/' as comment char for TE_GNU.
+2005-11-16 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.tgt (i386-*-gnu*): Set em=gnu.
+ * config/te-gnu.h: New file.
+ * config/tc-i386.c: Don't use '/' as comment char for TE_GNU.
+
2005-11-16 Alan Modra <amodra@bigpond.net.au>
* config/tc-ppc.c (ppc_pe_comm): Set bfd_com_section segment.
#if (defined (TE_I386AIX) \
|| ((defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)) \
+ && !defined (TE_GNU) \
&& !defined (TE_LINUX) \
&& !defined (TE_NETWARE) \
&& !defined (TE_FreeBSD) \
--- /dev/null
+#define TE_GNU
+#define LOCAL_LABELS_FB 1
+
+#include "obj-format.h"
i386-*-msdosdjgpp* \
| i386-*-go32*) fmt=coff em=go32 ;;
i386-*-rtems*) fmt=elf ;;
- i386-*-gnu*) fmt=elf ;;
+ i386-*-gnu*) fmt=elf em=gnu ;;
i386-*-mach*) fmt=aout em=mach ;;
i386-*-msdos*) fmt=aout ;;
i386-*-moss*) fmt=elf ;;