Changeset 3652


Ignore:
Timestamp:
Jan 26, 2009, 12:32:19 AM (17 years ago)
Author:
bird
Message:

sys/omflib.h: Added CLASS_DEP_FILE and LPUBDEF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emx/include/sys/omflib.h

    r2446 r3652  
    3737#define COMDEF_TYPEFAR  0x61            /* Commnual name type: far */
    3838#define COMDEF_TYPENEAR 0x62            /* Commnual name type: near */
     39#define LPUBDEF         0xb6    /* Local public names defintion record. */
    3940#define COMDAT          0xc2    /* Common block */
    4041#define ALIAS           0xc6    /* Alias definition record */
     
    5051
    5152/* Comment classes */
    52 #define CLASS_TRANS     0x00            /* Translators - who uses this? */
     53#define CLASS_TRANS     0x00            /* Translators - MSC v6. */
    5354#define CLASS_INTELC    0x01            /* Intel Copryight */
    5455#define CLASS_MSDOSVER  0x9c            /* MS-DOS version - obsolete */
    55 #define CLASS_MODEL     0x9d            /* Memory model - ignored by linker. */
     56#define CLASS_MODEL     0x9d            /* Memory model - for the Xenix linker. */
    5657#define CLASS_DOSSEG    0x9e            /* Linker DOSSEG switch. */
    5758#define CLASS_DEFLIB    0x9f            /* Default library. */
     
    7576#define CLASS_DBGPACK   0xad            /* /DBGPACK DLL name for ilink. */
    7677#define CLASS_IDMDLL    0xaf            /* Identifier Manipulator Dynamic Link Library. */
     78#define CLASS_DEP_FILE  0xe9            /* Borland/Watcom file dependency record. */
    7779
    7880
Note: See TracChangeset for help on using the changeset viewer.