xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/ld/arch/mipseb/ldemul-list.h (revision 16dce51364ebe8aeafbae46bc5aa167b8115bc45)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: 	NetBSD: mknative-binutils,v 1.4 2004/12/10 13:57:08 mrg Exp  */
3 
4 /* This file is automatically generated.  DO NOT EDIT! */
5 extern ld_emulation_xfer_type ld_elf32btsmip_emulation;
6 extern ld_emulation_xfer_type ld_elf32ltsmip_emulation;
7 extern ld_emulation_xfer_type ld_elf64btsmip_emulation;
8 extern ld_emulation_xfer_type ld_elf64ltsmip_emulation;
9 
10 #define EMULATION_LIST \
11   &ld_elf32btsmip_emulation, \
12   &ld_elf32ltsmip_emulation, \
13   &ld_elf64btsmip_emulation, \
14   &ld_elf64ltsmip_emulation, \
15   0
16