xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/ld/arch/riscv32/ldemul-list.h (revision e992f068c547fd6e84b3f104dc2340adcc955732)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.15 2023/02/07 20:37:30 christos Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4 
5 /* This file is automatically generated.  DO NOT EDIT! */
6 extern ld_emulation_xfer_type ld_elf32lriscv_emulation;
7 extern ld_emulation_xfer_type ld_elf32lriscv_ilp32f_emulation;
8 extern ld_emulation_xfer_type ld_elf32lriscv_ilp32_emulation;
9 extern ld_emulation_xfer_type ld_elf64lriscv_emulation;
10 extern ld_emulation_xfer_type ld_elf64lriscv_lp64f_emulation;
11 extern ld_emulation_xfer_type ld_elf64lriscv_lp64_emulation;
12 extern ld_emulation_xfer_type ld_elf32briscv_emulation;
13 extern ld_emulation_xfer_type ld_elf32briscv_ilp32f_emulation;
14 extern ld_emulation_xfer_type ld_elf32briscv_ilp32_emulation;
15 extern ld_emulation_xfer_type ld_elf64briscv_emulation;
16 extern ld_emulation_xfer_type ld_elf64briscv_lp64f_emulation;
17 extern ld_emulation_xfer_type ld_elf64briscv_lp64_emulation;
18 
19 #define EMULATION_LIST \
20   &ld_elf32lriscv_emulation, \
21   &ld_elf32lriscv_ilp32f_emulation, \
22   &ld_elf32lriscv_ilp32_emulation, \
23   &ld_elf64lriscv_emulation, \
24   &ld_elf64lriscv_lp64f_emulation, \
25   &ld_elf64lriscv_lp64_emulation, \
26   &ld_elf32briscv_emulation, \
27   &ld_elf32briscv_ilp32f_emulation, \
28   &ld_elf32briscv_ilp32_emulation, \
29   &ld_elf64briscv_emulation, \
30   &ld_elf64briscv_lp64f_emulation, \
31   &ld_elf64briscv_lp64_emulation, \
32   0
33