home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / ld / ldemul-l.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-31  |  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.