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