* coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): prints
[deliverable/binutils-gdb.git] / bfd / cpu-a29k.c
CommitLineData
bbc8d484
JG
1#include "bfd.h"
2#include "sysdep.h"
e89f2fbe
SC
3#include "libbfd.h"
4
733ac840 5static bfd_arch_info_type arch_info_struct =
e89f2fbe
SC
6 {
7 32, /* 32 bits in a word */
8 32, /* 32 bits in an address */
9 8, /* 8 bits in a byte */
10 bfd_arch_a29k,
11 0, /* only 1 machine */
12 "a29k",
13 "a29k",
431b4422 14 4,
e89f2fbe
SC
15 true, /* the one and only */
16 bfd_default_compatible,
17 bfd_default_scan ,
18 0,
d60f7e48 19 bfd_default_reloc_type_lookup,
e89f2fbe
SC
20 };
21
e89f2fbe
SC
22void DEFUN_VOID(bfd_a29k_arch)
23{
24 bfd_arch_linkin(&arch_info_struct);
25}
This page took 0.034092 seconds and 4 git commands to generate.