Changeset 478
- Timestamp:
- Jul 30, 2003, 12:45:44 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.11
to1.12
r477 r478 164 164 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ 165 165 if ((LOG)!=0) fprintf ((FILE), "\t.align %d\n", LOG) 166 167 /* Enabling aliasing. This is wanted especially for weak externals with 168 defaults. (#483) */ 169 #define SET_ASM_OP "\t.set\t" 170 166 171 167 172 /******************************************************************* -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.