X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fcpu-pdp11.c;h=d42f7f867003aa67c751bdf2cafd71800c9a9852;hb=refs%2Fheads%2Fsandbox%2Fvbarinov%2Ftizen_6_base;hp=f1d1a3fd55bf4d777646c6e1b6591dff7b74fde3;hpb=53e09e0aaf3d13e4b893744e2fe79edde7edfd20;p=external%2Fbinutils.git diff --git a/bfd/cpu-pdp11.c b/bfd/cpu-pdp11.c index f1d1a3f..d42f7f8 100644 --- a/bfd/cpu-pdp11.c +++ b/bfd/cpu-pdp11.c @@ -1,24 +1,25 @@ /* BFD back-end for PDP-11 support. - Copyright 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001-2019 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 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_pdp11_arch = @@ -30,10 +31,11 @@ const bfd_arch_info_type bfd_pdp11_arch = 0, /* only 1 machine */ "pdp11", "pdp11", - 1, /* aligment = 16 bit */ + 1, /* alignment = 16 bit */ TRUE, /* the one and only */ bfd_default_compatible, - bfd_default_scan , + bfd_default_scan, + bfd_arch_default_fill, 0, };