comparison gcc/config/i386/att.h @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
44 { size_t i = 0, limit = (SIZE); \ 44 { size_t i = 0, limit = (SIZE); \
45 while (i < limit) \ 45 while (i < limit) \
46 { if (i%10 == 0) { if (i!=0) putc ('\n', (FILE)); \ 46 { if (i%10 == 0) { if (i!=0) putc ('\n', (FILE)); \
47 fputs (ASM_BYTE, (FILE)); } \ 47 fputs (ASM_BYTE, (FILE)); } \
48 else putc (',', (FILE)); \ 48 else putc (',', (FILE)); \
49 fprintf ((FILE), "0x%x", ((PTR)[i++] & 0377)) ;} \ 49 fprintf ((FILE), "0x%x", ((PTR)[i++] & 0377)) ;} \
50 putc ('\n', (FILE)); \ 50 putc ('\n', (FILE)); \
51 } while (0) 51 } while (0)
52 52
53 /* Output at beginning of assembler file. */ 53 /* Output at beginning of assembler file. */
54 #define TARGET_ASM_FILE_START_FILE_DIRECTIVE true 54 #define TARGET_ASM_FILE_START_FILE_DIRECTIVE true