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/include/sys/omflib.h

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r2000 r2001  
    7878
    7979#if !defined (IMPDEF_CLASS)
    80 #define IMPDEF_CLASS    0xa0
     80#define IMPDEF_CLASS    CLASS_OMFEXT
    8181#define LIBMOD_CLASS    0xa3
    82 #define IMPDEF_SUBTYPE  0x01
     82#define IMPDEF_SUBTYPE  OMFEXT_IMPDEF
    8383#endif
    8484
Note: See TracChangeset for help on using the changeset viewer.