X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-vax.c;h=c550fdf83c3e62e556bafab7780514dfae9f3bae;hb=1d827a720c9659cc8d54059ccc3efae24b875c03;hp=1af84a6245119d965dfa0bb8006c9a7e4af4f7fb;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-vax.c b/bfd/cpu-vax.c index 1af84a6245..c550fdf83c 100644 --- a/bfd/cpu-vax.c +++ b/bfd/cpu-vax.c @@ -1,25 +1,26 @@ /* bfd back-end for vax support - Copyright 1990, 1991, 1994, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1990-2017 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., 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 "bfd.h" #include "sysdep.h" +#include "bfd.h" #include "libbfd.h" const bfd_arch_info_type bfd_vax_arch = @@ -35,5 +36,6 @@ const bfd_arch_info_type bfd_vax_arch = TRUE, /* the one and only */ bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, 0, };