Ignore:
Timestamp:
Jun 6, 2005, 4:13:06 AM (20 years ago)
Author:
bird
Message:

o Added support for new EMX a.out stab N_EXP (0x6c). This encodes export

definitions. (gcc can do declspec(dllexport) now.)
TODO: ld needs updating, probably this is the right time to drop the

old ld and fixup the binutils port!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.50 to 1.51
    r2000 r2001  
    88        o Default TCPIP mode is __USB_LIBC_TCPIP. When either TCPV40HDRS or TCPV41HDRS
    99          are defined we are in strict mode and __USB_LIBC_TCPIP will not be defined.
    10 
    1110    - libomflib, emxomfar:
    1211        o Allow multiple modules by the same basename. This is not in tradition with
    1312          other librarians, but it solves incompatible behaviour between emxomfar and ar.
    14 
    1513    - ld:
    1614        o Avoid using alloca since we might easily run out of stack for big objects
    1715          with debuginfo.
     16    - emxomf:
     17        o Added support for new EMX a.out stab N_EXP (0x6c). This encodes export
     18          definitions. (gcc can do __declspec(dllexport) now.)
     19          TODO: ld needs updating, probably this is the right time to drop the
     20                old ld and fixup the binutils port!
    1821
    19222005-05-08: knut st. osmundsen <bird-gccos2-spam@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.