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

N_EXP - EMX extension for export declarations.

Location:
trunk/src/binutils/include/aout
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/include/aout/aout64.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r2001 r2002  
    337337#define N_IMP1 0x68             /* Import reference (emx specific) */
    338338#define N_IMP2 0x6a             /* Import definition (emx specific) */
     339#define N_EXP  0x6c             /* Export definition (emx specific) */
    339340
    340341/* Relocations
  • trunk/src/binutils/include/aout/aoutemx.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2001 r2002  
    2424#define N_IMP1 0x68             /* Import reference (emx specific) */
    2525#define N_IMP2 0x6a             /* Import definition (emx specific) */
     26#define N_EXP  0x6c             /* Export definition (emx specific) */
Note: See TracChangeset for help on using the changeset viewer.