X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fcpu-bfin.c;h=ae4ab28a226b43707e92f6ba7166c4ed542e1816;hb=7a81c1e2d44c6eb11b2ea24dc71ee959ab3a5acd;hp=e30ee37d08c31fd5547f727d2e25efcbd358fc76;hpb=3db64b009284dda3a1ce10a91beb1297475e60a7;p=external%2Fbinutils.git diff --git a/bfd/cpu-bfin.c b/bfd/cpu-bfin.c index e30ee37..ae4ab28 100644 --- a/bfd/cpu-bfin.c +++ b/bfd/cpu-bfin.c @@ -1,12 +1,12 @@ /* BFD Support for the ADI Blackfin processor. - Copyright 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2005-2018 Free Software Foundation, Inc. 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 + 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, @@ -16,8 +16,8 @@ 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. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #include "sysdep.h" #include "bfd.h" @@ -25,16 +25,17 @@ const bfd_arch_info_type bfd_bfin_arch = { - 16, /* Bits in a word. */ - 32, /* Bits in an address. */ - 8, /* Bits in a byte. */ + 16, /* Bits in a word. */ + 32, /* Bits in an address. */ + 8, /* Bits in a byte. */ bfd_arch_bfin, - 0, /* Only one machine. */ - "bfin", /* Arch name. */ - "bfin", /* Arch printable name. */ - 4, /* Section align power. */ - TRUE, /* The one and only. */ - bfd_default_compatible, - bfd_default_scan , + 0, /* Only one machine. */ + "bfin", /* Arch name. */ + "bfin", /* Arch printable name. */ + 4, /* Section align power. */ + TRUE, /* The one and only. */ + bfd_default_compatible, + bfd_default_scan, + bfd_arch_default_fill, 0, };