binutils214 stage 2/4.
[dragonfly.git] / gnu / usr.bin / binutils214 / libbfd / dfly_targmatch.h
1 /*
2  * match targets defined in the assembler's targ-env.h with an output vector.
3  * XXX i386-*-dragonfly and amd64-*-dragonfly are obsolete, but not quite
4  * removed from the binutils build yet.
5  *
6  * $DragonFly: src/gnu/usr.bin/binutils214/libbfd/Attic/dfly_targmatch.h,v 1.2 2004/02/02 05:43:11 dillon Exp $
7  */
8 { "elf32-i386-dragonfly*", &bfd_elf32_i386_vec },
9 { "elf64-amd64-dragonfly*", &bfd_elf64_x86_64_vec },
10 { "i386-*-dragonfly*", &bfd_elf32_i386_vec },
11 { "amd64-*-dragonfly*", &bfd_elf64_x86_64_vec },
12 { "x86_64-*-dragonfly*", &bfd_elf64_x86_64_vec },