Ignore:
Timestamp:
May 3, 2003, 11:45:43 PM (22 years ago)
Author:
bird
Message:

Applied the original 2.11.2 diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/bfd/bfd-in2.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r85 r86  
    28032803#define BSF_DEBUGGING_RELOC 0x20000
    28042804
     2805         /* Symbol is an emx import reference.  */
     2806#define BSF_EMX_IMPORT1   0x20000000
     2807
     2808         /* Symbol is an emx import definition.  */
     2809#define BSF_EMX_IMPORT2   0x40000000
     2810
    28052811  flagword flags;
    28062812
Note: See TracChangeset for help on using the changeset viewer.