- Timestamp:
- Dec 12, 2004, 9:26:15 PM (21 years ago)
- Location:
- trunk/src/emx/src/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/libc.def
-
Property cvs2svn:cvs-rev
changed from
1.89
to1.90
r1730 r1731 71 71 "_optreset" @49 72 72 "_pwdb_versions" @50 73 "___libc_GLocaleWCtype" @51 74 "__std_suboptarg" @52 73 "__std_suboptarg" @51 75 74 76 75 76 "__mcount" @99 ; this is a stub in all but the profiling build. 77 77 ; LIBGCCSTART 78 78 ; GCC322 code and const (starts at 100) … … 1352 1352 "___wctype" @1367 1353 1353 "____wctype" @1368 1354 "___libc_GLocaleWCtype" @1369 1355 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/libc.smak
-
Property cvs2svn:cvs-rev
changed from
1.55
to1.56
r1730 r1731 220 220 $(call RM,$@) 221 221 cp $< $@ 222 @$(call FECHO,$@," __mcount @99")223 222 @$(call FECHO,$@,"") 224 223 @$(call FECHO,$@,"IMPORTS"); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/startup/startup.smak
-
Property cvs2svn:cvs-rev
changed from
1.15
to1.16
r1730 r1731 1 libc.TSRC += $(filter-out %gmon.c,$(wildcard src/lib/startup/*.c)) 1 libc.TSRC += $(filter-out %gmon.c,$(wildcard src/lib/startup/*.c)) \ 2 src/lib/startup/386/mcountstub.s 2 3 3 4 # Build startup object files separately (not included in libraries) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.