X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-m88k.c;h=e5cc1a1f390bb9cfefefbe54821b2ba70fe98fb2;hb=d768008d61d1d6b5d437d6f5f5546a7ce953ff1c;hp=a59637d086a3fc170b78e71d6766d9eb7fc6ceb6;hpb=e98fe4f7b54cbdf29aef9287bbb1bea8801dd05a;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-m88k.c b/bfd/cpu-m88k.c index a59637d086..e5cc1a1f39 100644 --- a/bfd/cpu-m88k.c +++ b/bfd/cpu-m88k.c @@ -1,5 +1,5 @@ /* bfd back-end for m88k support - Copyright (C) 1990-1991 Free Software Foundation, Inc. + Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -16,15 +16,13 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include +#include "bfd.h" +#include "sysdep.h" #include "libbfd.h" - - -static bfd_arch_info_struct_type arch_info_struct = +const bfd_arch_info_type bfd_m88k_arch = { 32, /* 32 bits in a word */ 32, /* 32 bits in an address */ @@ -33,19 +31,9 @@ static bfd_arch_info_struct_type arch_info_struct = 88100, /* only 1 machine */ "m88k", "m88k:88100", + 3, true, /* the one and only */ - bfd_default_compatible, + bfd_default_compatible, bfd_default_scan , 0, - 0, }; - - - -void DEFUN_VOID(bfd_m88k_arch) -{ - bfd_arch_linkin(&arch_info_struct); -} - - -