diff --git a/bfd/cpu-a29k.c b/bfd/cpu-a29k.c index 9048139a7f..d9a72f2826 100644 --- a/bfd/cpu-a29k.c +++ b/bfd/cpu-a29k.c @@ -2,9 +2,7 @@ #include #include "libbfd.h" - - -static bfd_arch_info_struct_type arch_info_struct = +static bfd_arch_info_type arch_info_struct = { 32, /* 32 bits in a word */ 32, /* 32 bits in an address */ @@ -20,13 +18,7 @@ static bfd_arch_info_struct_type arch_info_struct = 0, }; - - - void DEFUN_VOID(bfd_a29k_arch) { bfd_arch_linkin(&arch_info_struct); } - - -