Changeset 587
- Timestamp:
- Aug 12, 2003, 11:26:14 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.c
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r586 r587 155 155 char *lbl = alloca (strlen (func_label) + 8); 156 156 strcpy (lbl, "__POST$"); 157 if (func_label[0] == '*') 158 func_label++; 157 159 strcat (lbl, func_label); 158 160 ASM_OUTPUT_LABEL (f, lbl); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.