From e89f2fbe008a72300bab52dc4145fcf338ae3f18 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 1 Oct 1991 03:43:11 +0000 Subject: Initial revision --- bfd/cpu-a29k.c | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bfd/cpu-a29k.c (limited to 'bfd/cpu-a29k.c') diff --git a/bfd/cpu-a29k.c b/bfd/cpu-a29k.c new file mode 100644 index 0000000..9048139 --- /dev/null +++ b/bfd/cpu-a29k.c @@ -0,0 +1,32 @@ +#include +#include +#include "libbfd.h" + + + +static bfd_arch_info_struct_type arch_info_struct = + { + 32, /* 32 bits in a word */ + 32, /* 32 bits in an address */ + 8, /* 8 bits in a byte */ + bfd_arch_a29k, + 0, /* only 1 machine */ + "a29k", + "a29k", + true, /* the one and only */ + bfd_default_compatible, + bfd_default_scan , + 0, + 0, + }; + + + + +void DEFUN_VOID(bfd_a29k_arch) +{ + bfd_arch_linkin(&arch_info_struct); +} + + + -- cgit v1.1