Changeset 2002 for trunk/src/binutils/bfd/hosts/i386emx.h
- Timestamp:
- Jun 6, 2005, 4:42:09 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/hosts/i386emx.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r2001 r2002 61 61 /* bird: should this be BFD wide or only for the emx target? */ 62 62 #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) 64 65 65 66 #endif /* __I386EMX__H__ */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.