minix/external/gpl3/binutils/usr.bin/ld/arch/x86_64/ldemul-list.h
Thomas Veerman 18a5822eff Partially import gcc and binutils
They are used as build tools for cross compilation. This import does
not include the full distribution. Rather, it sports a shell script
that will download and patch the distribution when compiled from
/usr/src/tools (yet to be committed). This part of the source tree is
only necessary for cross compilation. It's not used or compiled for
native builds.
2012-06-18 10:54:16 +00:00

16 lines
642 B
C

/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-binutils,v 1.7 2009/11/09 13:50:41 skrll Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* This file is automatically generated. DO NOT EDIT! */
extern ld_emulation_xfer_type ld_elf_x86_64_emulation;
extern ld_emulation_xfer_type ld_elf_i386_emulation;
extern ld_emulation_xfer_type ld_i386nbsd_emulation;
extern ld_emulation_xfer_type ld_elf_l1om_emulation;
#define EMULATION_LIST \
&ld_elf_x86_64_emulation, \
&ld_elf_i386_emulation, \
&ld_i386nbsd_emulation, \
&ld_elf_l1om_emulation, \
0