X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-frv.c;h=d823889f4353be24d973bc5dc03e3ac21bb74542;hb=0c117286270e8166022900f4e5fef89719ccd2dc;hp=499c66d48dac688d5709c9387ed9c1e6909d2b11;hpb=676a64f422161303f6d57fca0d244400a1cdd576;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-frv.c b/bfd/cpu-frv.c index 499c66d48d..d823889f43 100644 --- a/bfd/cpu-frv.c +++ b/bfd/cpu-frv.c @@ -1,24 +1,25 @@ /* BFD support for the FRV processor. - Copyright 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002-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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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 "bfd.h" #include "sysdep.h" +#include "bfd.h" #include "libbfd.h" #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT) \ @@ -34,6 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ DEFAULT, /* is this the default? */ \ bfd_default_compatible, /* architecture comparison fn */ \ bfd_default_scan, /* string to architecture convert fn */ \ + bfd_arch_default_fill, /* Default fill. */ \ NEXT /* next in list */ \ }