* Added hooks to new dejagnu sky tests, removed old test from run.
[binutils-gdb.git] / bfd / cpu-i386.c
blob2bafe58d8d91d450f77b04a232f55c78f6495178
1 #include <sysdep.h>
2 #include <bfd.h>
3 #include "libbfd.h"
7 static bfd_arch_info_struct_type arch_info_struct =
9 32, /* 32 bits in a word */
10 32, /* 32 bits in an address */
11 8, /* 8 bits in a byte */
12 bfd_arch_i386,
13 0, /* only 1 machine */
14 "i386",
15 "i386",
16 true, /* the one and only */
17 bfd_default_compatible,
18 bfd_default_scan ,
26 void DEFUN_VOID(bfd_i386_arch)
28 bfd_arch_linkin(&arch_info_struct);