Changeset 1242
- Timestamp:
- Feb 15, 2004, 8:15:00 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.26
to1.27
r1241 r1242 180 180 181 181 /* This is how to output an assembler line that says to advance the 182 location counter to a multiple of 2**LOG bytes. */ 182 location counter to a multiple of 2**LOG bytes. 183 bird: Pad using int 3. */ 183 184 #undef ASM_OUTPUT_ALIGN 184 185 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ 185 if ((LOG)!=0) fprintf ((FILE), "\t.align %d \n", LOG)186 if ((LOG)!=0) fprintf ((FILE), "\t.align %d,0xcc\n", LOG) 186 187 187 188 /* Enabling aliasing. This is wanted especially for weak externals with -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.