X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-m10300.c;h=f7b2f7eb6973e79832ab02ed34291e0b63a724ef;hb=2a1d8bb3471a074ce35eb8ab9d8eb2093a5ecdb5;hp=7aece6e69d77fb5ebeb54db5061378131e5674d7;hpb=3db64b009284dda3a1ce10a91beb1297475e60a7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-m10300.c b/bfd/cpu-m10300.c index 7aece6e69d..f7b2f7eb69 100644 --- a/bfd/cpu-m10300.c +++ b/bfd/cpu-m10300.c @@ -1,22 +1,22 @@ /* BFD support for the Matsushita 10300 processor - Copyright 1996, 1997, 1999, 2000, 2002, 2003, 2007 - Free Software Foundation, Inc. + Copyright (C) 1996-2016 Free Software Foundation, Inc. -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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, 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 "sysdep.h" #include "bfd.h" @@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_am33_2_arch = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, 0, }; @@ -51,6 +52,7 @@ const bfd_arch_info_type bfd_am33_arch = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &bfd_am33_2_arch, }; @@ -67,5 +69,6 @@ const bfd_arch_info_type bfd_mn10300_arch = TRUE, /* the one and only */ bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &bfd_am33_arch, };