xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/ld/arch/vax/ldemul-list.h (revision 16dce51364ebe8aeafbae46bc5aa167b8115bc45)
1*16dce513Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*16dce513Schristos /* Generated from: 	NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp  */
3*16dce513Schristos 
4*16dce513Schristos /* This file is automatically generated.  DO NOT EDIT! */
5*16dce513Schristos extern ld_emulation_xfer_type ld_elf32vax_emulation;
6*16dce513Schristos extern ld_emulation_xfer_type ld_vaxnbsd_emulation;
7*16dce513Schristos 
8*16dce513Schristos #define EMULATION_LIST \
9*16dce513Schristos   &ld_elf32vax_emulation, \
10*16dce513Schristos   &ld_vaxnbsd_emulation, \
11*16dce513Schristos   0
12