xref: /minix3/external/gpl3/binutils/usr.bin/ld/arch/aarch64/ldemul-list.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /* 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.10 2013/10/20 16:00:20 skrll Exp  */
4*0a6a1f1dSLionel Sambuc 
5*0a6a1f1dSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
6*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_aarch64nbsd_emulation;
7*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_aarch64nbsdb_emulation;
8*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_aarch64elf_emulation;
9*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_aarch64elfb_emulation;
10*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_armelf_nbsd_eabi_emulation;
11*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_armelfb_nbsd_eabi_emulation;
12*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_armelf_emulation;
13*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_armelfb_emulation;
14*0a6a1f1dSLionel Sambuc 
15*0a6a1f1dSLionel Sambuc #define EMULATION_LIST \
16*0a6a1f1dSLionel Sambuc   &ld_aarch64nbsd_emulation, \
17*0a6a1f1dSLionel Sambuc   &ld_aarch64nbsdb_emulation, \
18*0a6a1f1dSLionel Sambuc   &ld_aarch64elf_emulation, \
19*0a6a1f1dSLionel Sambuc   &ld_aarch64elfb_emulation, \
20*0a6a1f1dSLionel Sambuc   &ld_armelf_nbsd_eabi_emulation, \
21*0a6a1f1dSLionel Sambuc   &ld_armelfb_nbsd_eabi_emulation, \
22*0a6a1f1dSLionel Sambuc   &ld_armelf_emulation, \
23*0a6a1f1dSLionel Sambuc   &ld_armelfb_emulation, \
24*0a6a1f1dSLionel Sambuc   0
25