ldemul-list.h revision 1.2
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! */
6extern ld_emulation_xfer_type ld_elf32lriscv_emulation;
7extern ld_emulation_xfer_type ld_elf32lriscv_ilp32f_emulation;
8extern ld_emulation_xfer_type ld_elf32lriscv_ilp32_emulation;
9extern ld_emulation_xfer_type ld_elf64lriscv_emulation;
10extern ld_emulation_xfer_type ld_elf64lriscv_lp64f_emulation;
11extern 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