Changeset 487 for trunk/src/emx/include/sys/omflib.h
- Timestamp:
- Jul 31, 2003, 4:42:53 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/omflib.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r486 r487 48 48 49 49 /* Comment classes */ 50 #define CLASS_TRANS 0x00 /* Translators - who uses this? */ 51 #define CLASS_INTELC 0x01 /* Intel Copryight */ 52 #define CLASS_MSDOSVER 0x9c /* MS-DOS version - obsolete */ 53 #define CLASS_MODEL 0x9d /* Memory model - ignored by linker. */ 54 #define CLASS_DOSSEG 0x9e /* Linker DOSSEG switch. */ 55 #define CLASS_DEFLIB 0x9f /* Default library. */ 56 #define CLASS_OMFEXT 0xa0 /* OMF extenstions */ 57 #define OMFEXT_IMPDEF 0x01 58 #define OMFEXT_EXPDEF 0x02 59 #define OMFEXT_INCDEF 0x03 60 #define OMFEXT_PROTLIB 0x04 61 #define OMFEXT_LNKDIR 0x05 62 #define CLASS_DBGTYPE 0xa1 /* Debug type */ 63 #define CLASS_PASS 0xa2 /* End of linker pass 1. */ 64 #define CLASS_LIBMOD 0xa3 /* Library module comment. */ 65 #define CLASS_EXESTR 0xa4 /* Executable Module Identification String. */ 66 #define CLASS_INCERR 0xa6 /* Incremental compilation error. */ 67 #define CLASS_NOPAD 0xa7 /* No segment padding. */ 68 #define CLASS_WKEXT 0xa8 /* Weak external. */ 69 #define CLASS_LZEXT 0xa9 /* Lazy external. */ 70 #define CLASS_PHARLAP 0xaa /* PharLap Format record. */ 71 #define CLASS_IPADATA 0xae /* Interprocedural Analysis Data record. */ 72 #define CLASS_IDMDLL 0xaf /* Identifier Manipulator Dynamic Link Library. */ 73 50 74 51 75 #if !defined (IMPDEF_CLASS) 52 53 76 #define IMPDEF_CLASS 0xa0 54 77 #define LIBMOD_CLASS 0xa3 55 56 78 #define IMPDEF_SUBTYPE 0x01 57 58 79 #endif 59 80 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.