Changeset 1567


Ignore:
Timestamp:
Oct 10, 2004, 6:26:32 AM (21 years ago)
Author:
bird
Message:

Added _end and _edata when in ilink mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxomf/weakld.c

    • Property cvs2svn:cvs-rev changed from 1.29 to 1.30
    r1566 r1567  
    27072707    pWld->ppObjsAdd = &pWld->pObjs;
    27082708    pWld->ppLibsAdd = &pWld->pLibs;
     2709
     2710    /*
     2711     * Add predefined symbols.
     2712     */
     2713    if (!(fFlags & WLDC_LINKER_LINK386))
     2714    {
     2715        symAddPublic(pWld, NULL, 0, "_end", 4, 0, 0, 0);
     2716        symAddPublic(pWld, NULL, 0, "_edata", 6, 0, 0, 0);
     2717    }
    27092718
    27102719    /* done */
Note: See TracChangeset for help on using the changeset viewer.