xref: /netbsd-src/external/gpl3/binutils/usr.bin/ld/arch/coldfire/ldemul-list.h (revision 3ab889c1158edd85038b86544990fada8c4662ec)
1*3ab889c1Smatt /* This file is automatically generated.  DO NOT EDIT! */
2*3ab889c1Smatt /* Generated from: 	NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp  */
3*3ab889c1Smatt 
4*3ab889c1Smatt /* This file is automatically generated.  DO NOT EDIT! */
5*3ab889c1Smatt extern ld_emulation_xfer_type ld_m68kelfnbsd_emulation;
6*3ab889c1Smatt extern ld_emulation_xfer_type ld_m68knbsd_emulation;
7*3ab889c1Smatt extern ld_emulation_xfer_type ld_m68k4knbsd_emulation;
8*3ab889c1Smatt 
9*3ab889c1Smatt #define EMULATION_LIST \
10*3ab889c1Smatt   &ld_m68kelfnbsd_emulation, \
11*3ab889c1Smatt   &ld_m68knbsd_emulation, \
12*3ab889c1Smatt   &ld_m68k4knbsd_emulation, \
13*3ab889c1Smatt   0
14