comparison gcc/config/i386/unix.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
33 print %cl. */ 33 print %cl. */
34 #define SHIFT_DOUBLE_OMITS_COUNT 1 34 #define SHIFT_DOUBLE_OMITS_COUNT 1
35 35
36 /* Define the syntax of pseudo-ops, labels and comments. */ 36 /* Define the syntax of pseudo-ops, labels and comments. */
37 37
38 /* String containing the assembler's comment-starter. */ 38 /* String containing the assembler's comment-starter.
39 Note the trailing space is necessary in case the character
40 that immediately follows the comment is '*'. If this happens
41 and the space is not there the assembler will interpret this
42 as the start of a C-like slash-star comment and complain when
43 there is no terminator. */
39 44
40 #define ASM_COMMENT_START "/" 45 #define ASM_COMMENT_START "/ "
41 46
42 /* Output to assembler file text saying following lines 47 /* Output to assembler file text saying following lines
43 may contain character constants, extra white space, comments, etc. */ 48 may contain character constants, extra white space, comments, etc. */
44 49
45 #define ASM_APP_ON "/APP\n" 50 #define ASM_APP_ON "/APP\n"