Changeset 2509 for branches/libc-0.6


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

Applied fix from Yuri. Fixes #27.

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

Legend:

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

    r2499 r2509  
    22
    33TODO: open replace on RAMFS fails with error 32!
     4
     52005-12-14: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     6    - ld:
     7        o #27: Applied fix from Yuri.
    48
    592005-12-18: knut st. osmundsen <bird-gccos2-spam@anduin.net>
  • branches/libc-0.6/src/emx/src/ld/ld.c

    r2275 r2509  
    40104010          if (map_filename == NULL)
    40114011            {
    4012               freeav[j++] = map_filename = ALLOCA (strlen (output_filename) + 5);
     4012              freeav[j++] = map_filename = ALLOCA (strlen (exe_filename) + 5);
    40134013              strcpy (map_filename, exe_filename);
    40144014              _remext (map_filename);
Note: See TracChangeset for help on using the changeset viewer.