xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/ld/arch/riscv64/ldemul-list.h (revision e670fd5c413e99c2f6a37901bb21c537fcd322d2)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.11 2018/11/08 02:08:35 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_elf64lriscv_emulation;
7 extern ld_emulation_xfer_type ld_elf64lriscv_lp64f_emulation;
8 extern ld_emulation_xfer_type ld_elf64lriscv_lp64_emulation;
9 extern ld_emulation_xfer_type ld_elf32lriscv_emulation;
10 extern ld_emulation_xfer_type ld_elf32lriscv_ilp32f_emulation;
11 extern ld_emulation_xfer_type ld_elf32lriscv_ilp32_emulation;
12 
13 #define EMULATION_LIST \
14   &ld_elf64lriscv_emulation, \
15   &ld_elf64lriscv_lp64f_emulation, \
16   &ld_elf64lriscv_lp64_emulation, \
17   &ld_elf32lriscv_emulation, \
18   &ld_elf32lriscv_ilp32f_emulation, \
19   &ld_elf32lriscv_ilp32_emulation, \
20   0
21