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