
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
12 lines
520 B
Diff
12 lines
520 B
Diff
diff -rNU3 dist.orig/gas/config/tc-i386.c dist/gas/config/tc-i386.c
|
|
--- dist.orig/gas/config/tc-i386.c 2012-11-09 14:32:04.000000000 +0100
|
|
+++ dist/gas/config/tc-i386.c 2015-10-17 16:40:27.000000000 +0200
|
|
@@ -317,6 +317,7 @@
|
|
&& !defined (TE_NETWARE) \
|
|
&& !defined (TE_FreeBSD) \
|
|
&& !defined (TE_DragonFly) \
|
|
+ && !defined (TE_MINIX) \
|
|
&& !defined (TE_NetBSD)))
|
|
/* This array holds the chars that always start a comment. If the
|
|
pre-processor is disabled, these aren't very useful. The option
|