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/a_out.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r2000 r2001  
    141141#define N_WEAKB 0x11            /* Weak bss symbol.  */
    142142/* emx */
    143 #define N_IMP1  0x68            /* Import definition symbol */
     143#define N_IMP1  0x68            /* Import reference symbol */
    144144#define N_IMP2  0x6a            /* Import definition symbol */
     145#define N_EXP   0x6c            /* Export definition symbol */
    145146
    146147
Note: See TracChangeset for help on using the changeset viewer.