X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fcpu-vax.c;h=c4c9f08078f460e3ab6a0d6bba94a24f21e0f755;hb=38abece621f97be49cba6dd084bfec5a71147fdf;hp=1af84a6245119d965dfa0bb8006c9a7e4af4f7fb;hpb=0311b7a8b200fd7fb77d0c7643aab8ec92b3ffc5;p=external%2Fbinutils.git diff --git a/bfd/cpu-vax.c b/bfd/cpu-vax.c index 1af84a6..c4c9f08 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-2019 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, };