home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / ld / ldemul-l.h2 < prev    next >
Encoding:
Text File  |  1993-11-28  |  187 b   |  7 lines

  1. extern ld_emulation_xfer_type ld_go32_emulation; 
  2. extern ld_emulation_xfer_type ld_i386coff_emulation; 
  3. #define EMULATION_LIST \
  4.   &ld_go32_emulation,\
  5.   &ld_i386coff_emulation,\
  6. 0
  7.