6ade161442
gcc 4.4.2 binutils 2.20 gdb 7.0 and add mingw support. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5019 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
10 lines
408 B
Diff
10 lines
408 B
Diff
--- binutils-2.20/gas/config/tc-i386.c~ 2009-01-20 14:19:04.000000000 +0100
|
|
+++ binutils-2.20/gas/config/tc-i386.c 2009-01-20 14:20:47.000000000 +0100
|
|
@@ -318,6 +318,7 @@
|
|
&& !defined (TE_GNU) \
|
|
&& !defined (TE_LINUX) \
|
|
&& !defined (TE_NETWARE) \
|
|
+ && 0 \
|
|
&& !defined (TE_FreeBSD) \
|
|
&& !defined (TE_NetBSD)))
|
|
/* This array holds the chars that always start a comment. If the
|