Changeset 557
- Timestamp:
- Aug 9, 2003, 5:27:46 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.6
to1.7
r556 r557 53 53 remove_underscore: 54 54 oldsym = IDENTIFIER_POINTER (id); 55 sl = strlen (oldsym) + 2;56 newsym = xmalloc (sl );55 sl = strlen (oldsym); 56 newsym = xmalloc (sl + 2); 57 57 /* Specifying '*' as first symbol character tells gcc (see varasm.c, 58 58 function assemble_name()) to output the label as-is rather than -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.