X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-m88k.c;h=0b9b7d23d7702b9100d79561172675ac9f3df36b;hb=acac2e457a32e84814c212183ab2824869a27b5b;hp=a59637d086a3fc170b78e71d6766d9eb7fc6ceb6;hpb=e98fe4f7b54cbdf29aef9287bbb1bea8801dd05a;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-m88k.c b/bfd/cpu-m88k.c index a59637d086..0b9b7d23d7 100644 --- a/bfd/cpu-m88k.c +++ b/bfd/cpu-m88k.c @@ -1,30 +1,29 @@ /* bfd back-end for m88k support - Copyright (C) 1990-1991 Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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. */ + 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., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ -#include -#include +#include "sysdep.h" +#include "bfd.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 +32,10 @@ static bfd_arch_info_struct_type arch_info_struct = 88100, /* only 1 machine */ "m88k", "m88k:88100", - true, /* the one and only */ - bfd_default_compatible, - bfd_default_scan , - 0, + 3, + TRUE, /* the one and only */ + bfd_default_compatible, + bfd_default_scan, + bfd_arch_default_fill, 0, }; - - - -void DEFUN_VOID(bfd_m88k_arch) -{ - bfd_arch_linkin(&arch_info_struct); -} - - -