Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / crossgcc / patches / gcc-4.3.2_use-gnu-style-comments-in-assembly.patch
1 --- gcc-4.3.2/gcc/config/i386/unix.h~   2009-01-20 16:05:45.000000000 +0100
2 +++ gcc-4.3.2/gcc/config/i386/unix.h    2009-01-20 16:05:47.000000000 +0100
3 @@ -32,7 +32,7 @@
4
5  /* String containing the assembler's comment-starter.  */
6
7 -#define ASM_COMMENT_START "/"
8 +#define ASM_COMMENT_START "#"
9
10  /* Output to assembler file text saying following lines
11     may contain character constants, extra white space, comments, etc.  */