Changeset 2510 for branches/libc-0.6/src


Ignore:
Timestamp:
Jan 15, 2006, 5:40:42 AM (20 years ago)
Author:
bird
Message:

Use DLL name from the .DEF file when present. Fixes #28.

Location:
branches/libc-0.6/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/ChangeLog.LIBC

    r2509 r2510  
    44
    552005-12-14: knut st. osmundsen <[email protected]>
     6
     7
    68    - ld:
    79        o #27: Applied fix from Yuri.
  • branches/libc-0.6/src/emx/src/emxbind/emxbind.c

    r1282 r2510  
    160160    case _MD_LIBRARY:
    161161
    162       /* Create a DLL.  Save the initialization and termination
    163          policies after choosing default values for unspecified
    164          values. */
     162      /* Create a DLL.
     163         
     164         values. */
    165165
    166166      dll_flag = TRUE;
     167
     168
     169
     170
    167171      switch (stmt->library.init)
    168172        {
Note: See TracChangeset for help on using the changeset viewer.