ldemul-list.h revision 1.3
1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 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_elf64lriscv_emulation;
8extern ld_emulation_xfer_type ld_elf32briscv_emulation;
9extern ld_emulation_xfer_type ld_elf64briscv_emulation;
10
11#define EMULATION_LIST \
12  &ld_elf32lriscv_emulation, \
13  &ld_elf64lriscv_emulation, \
14  &ld_elf32briscv_emulation, \
15  &ld_elf64briscv_emulation, \
16  0
17