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

N_EXP - EMX extension for export declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/bfd/hosts/i386emx.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r2001 r2002  
    6161 /* bird: should this be BFD wide or only for the emx target? */
    6262#define IS_STAB(flags) (((flags) & N_STAB) \
    63         && (flags) != (N_IMP1|N_EXT) && (flags) != (N_IMP2|N_EXT))
     63        && (flags) != (N_IMP1|N_EXT) && (flags) != (N_IMP2|N_EXT) \
     64        && ((flags) & ~N_EXT) != N_EXP)
    6465
    6566#endif /* __I386EMX__H__ */
Note: See TracChangeset for help on using the changeset viewer.