xref: /minix3/external/gpl3/binutils/usr.bin/ld/arch/powerpc64/ldemul-list.h (revision 18a5822eff3a5bdeb6301a60d7d6269594c7ce35)
1*18a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
2*18a5822eSThomas Veerman /* Generated from: 	NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp  */
3*18a5822eSThomas Veerman /* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp  */
4*18a5822eSThomas Veerman 
5*18a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
6*18a5822eSThomas Veerman extern ld_emulation_xfer_type ld_elf64ppc_emulation;
7*18a5822eSThomas Veerman extern ld_emulation_xfer_type ld_elf32ppc_emulation;
8*18a5822eSThomas Veerman extern ld_emulation_xfer_type ld_elf32ppclinux_emulation;
9*18a5822eSThomas Veerman extern ld_emulation_xfer_type ld_elf32ppcsim_emulation;
10*18a5822eSThomas Veerman 
11*18a5822eSThomas Veerman #define EMULATION_LIST \
12*18a5822eSThomas Veerman   &ld_elf64ppc_emulation, \
13*18a5822eSThomas Veerman   &ld_elf32ppc_emulation, \
14*18a5822eSThomas Veerman   &ld_elf32ppclinux_emulation, \
15*18a5822eSThomas Veerman   &ld_elf32ppcsim_emulation, \
16*18a5822eSThomas Veerman   0
17