Changeset 1731 for trunk/src


Ignore:
Timestamp:
Dec 12, 2004, 9:26:15 PM (21 years ago)
Author:
bird
Message:

mcount.

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 to 1.90
    r1730 r1731  
    7171    "_optreset" @49
    7272    "_pwdb_versions" @50
    73     "___libc_GLocaleWCtype" @51
    74     "__std_suboptarg" @52
     73    "__std_suboptarg" @51
    7574
    7675
     76    "__mcount" @99 ; this is a stub in all but the profiling build.
    7777; LIBGCCSTART
    7878; GCC322 code and const (starts at 100)
     
    13521352    "___wctype" @1367
    13531353    "____wctype" @1368
     1354    "___libc_GLocaleWCtype" @1369
     1355
  • trunk/src/emx/src/lib/libc.smak

    • Property cvs2svn:cvs-rev changed from 1.55 to 1.56
    r1730 r1731  
    220220        $(call RM,$@)
    221221        cp $< $@
    222         @$(call FECHO,$@,"   __mcount @99")
    223222        @$(call FECHO,$@,"")
    224223        @$(call FECHO,$@,"IMPORTS");
  • trunk/src/emx/src/lib/startup/startup.smak

    • Property cvs2svn:cvs-rev changed from 1.15 to 1.16
    r1730 r1731  
    1 libc.TSRC += $(filter-out %gmon.c,$(wildcard src/lib/startup/*.c))
     1libc.TSRC += $(filter-out %gmon.c,$(wildcard src/lib/startup/*.c)) \
     2             src/lib/startup/386/mcountstub.s
    23
    34# Build startup object files separately (not included in libraries)
Note: See TracChangeset for help on using the changeset viewer.