xref: /minix3/external/gpl3/binutils/usr.bin/ld/arch/sparc/ldemul-list.h (revision 18a5822eff3a5bdeb6301a60d7d6269594c7ce35)
1*18a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
2*18a5822eSThomas Veerman /* Generated from: 	NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp  */
3*18a5822eSThomas Veerman 
4*18a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
5*18a5822eSThomas Veerman extern ld_emulation_xfer_type ld_elf32_sparc_emulation;
6*18a5822eSThomas Veerman extern ld_emulation_xfer_type ld_sparcnbsd_emulation;
7*18a5822eSThomas Veerman 
8*18a5822eSThomas Veerman #define EMULATION_LIST \
9*18a5822eSThomas Veerman   &ld_elf32_sparc_emulation, \
10*18a5822eSThomas Veerman   &ld_sparcnbsd_emulation, \
11*18a5822eSThomas Veerman   0
12