xref: /minix3/external/gpl3/binutils/patches/0009-Slash-means-divide.patch (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1diff -rNU3 dist.orig/gas/config/tc-i386.c dist/gas/config/tc-i386.c
2--- dist.orig/gas/config/tc-i386.c	2012-11-09 14:32:04.000000000 +0100
3+++ dist/gas/config/tc-i386.c	2015-10-17 16:40:27.000000000 +0200
4@@ -317,6 +317,7 @@
5 	 && !defined (TE_NETWARE)			\
6 	 && !defined (TE_FreeBSD)			\
7 	 && !defined (TE_DragonFly)			\
8+	 && !defined (TE_MINIX)				\
9 	 && !defined (TE_NetBSD)))
10 /* This array holds the chars that always start a comment.  If the
11    pre-processor is disabled, these aren't very useful.  The option
12