xref: /minix3/external/gpl3/binutils/usr.bin/ld/arch/powerpc/ldemul-list.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
118a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
418a5822eSThomas Veerman 
518a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
6*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_elf32ppc_nbsd_emulation;
718a5822eSThomas Veerman extern ld_emulation_xfer_type ld_elf32ppc_emulation;
818a5822eSThomas Veerman extern ld_emulation_xfer_type ld_elf32ppcsim_emulation;
918a5822eSThomas Veerman 
1018a5822eSThomas Veerman #define EMULATION_LIST \
11*0a6a1f1dSLionel Sambuc   &ld_elf32ppc_nbsd_emulation, \
1218a5822eSThomas Veerman   &ld_elf32ppc_emulation, \
1318a5822eSThomas Veerman   &ld_elf32ppcsim_emulation, \
1418a5822eSThomas Veerman   0
15