xref: /minix3/external/gpl3/binutils/usr.bin/ld/arch/riscv64/ldemul-list.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4*0a6a1f1dSLionel Sambuc 
5*0a6a1f1dSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
6*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_elf64lriscv_emulation;
7*0a6a1f1dSLionel Sambuc extern ld_emulation_xfer_type ld_elf32lriscv_emulation;
8*0a6a1f1dSLionel Sambuc 
9*0a6a1f1dSLionel Sambuc #define EMULATION_LIST \
10*0a6a1f1dSLionel Sambuc   &ld_elf64lriscv_emulation, \
11*0a6a1f1dSLionel Sambuc   &ld_elf32lriscv_emulation, \
12*0a6a1f1dSLionel Sambuc   0
13