Ignore:
Timestamp:
May 7, 2003, 5:00:11 PM (22 years ago)
Author:
bird
Message:

review. Added some comments and #ifs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/bfd/aoutx.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r99 r100  
    42684268              symsec = NULL;
    42694269            }
     4270#ifdef EMX
    42704271          else if ((type == (N_IMP1 | N_EXT))
    4271                 || (type == (N_IMP2 | N_EXT)))
     4272                   || (type == (N_IMP2 | N_EXT)))
    42724273            symsec = bfd_abs_section_ptr;
     4274#endif
    42734275          else if (IS_STAB(type))
    42744276            {
Note: See TracChangeset for help on using the changeset viewer.