xref: /netbsd-src/external/gpl3/binutils/usr.bin/ld/arch/riscv32/ldemul-list.h (revision aef5eb5f59cdfe8314f1b5f78ac04eb144e44010)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 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 
13 #define EMULATION_LIST \
14   &ld_elf32lriscv_emulation, \
15   &ld_elf32lriscv_ilp32f_emulation, \
16   &ld_elf32lriscv_ilp32_emulation, \
17   &ld_elf64lriscv_emulation, \
18   &ld_elf64lriscv_lp64f_emulation, \
19   &ld_elf64lriscv_lp64_emulation, \
20   0
21