- Timestamp:
- Aug 2, 2003, 11:13:25 AM (22 years ago)
- Location:
- trunk/src/gcc/gcc/config/i386
- Files:
-
- 4 edited
-
emx-dllinit.c (modified) (3 diffs, 1 prop)
-
emx-eh.c (modified) (3 diffs, 1 prop)
-
emx.h (modified) (1 diff, 1 prop)
-
xm-emx.h (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx-dllinit.c
-
Property cvs2svn:cvs-rev
changed from
1.4to1.5
r512 r513 1 /* This is the startup code for gcc.dll it should not be exposed to anyone 2 else as we don't wanna have duplicate startup code around. The right 3 startup code is in libc. 4 5 */ 1 /* This is the startup code for GCC version-specific runtime dll. 2 It should not be exposed to anyone else as we don't wanna have 3 duplicate startup code around. The right startup code is in libc. */ 6 4 7 5 extern int _CRT_init (void); … -
Property cvs2svn:cvs-rev
changed from
