X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fnlm32-i386.c;h=28b4433ff3a6b2c66484bdbd7d090d7591269848;hb=f6fbab7d1b396b1ee576937b53bb0858c8f895d5;hp=fcdfc645640b3daf9307d1b248fa2dfba41be1b9;hpb=3e110533652d0f94211681ab718b7471f8bd3493;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/nlm32-i386.c b/bfd/nlm32-i386.c index fcdfc64564..28b4433ff3 100644 --- a/bfd/nlm32-i386.c +++ b/bfd/nlm32-i386.c @@ -1,12 +1,12 @@ /* Support for 32-bit i386 NLM (NetWare Loadable Module) - Copyright 1993, 1994, 2000, 2001, 2002, 2003, 2005 + Copyright 1993, 1994, 2000, 2001, 2002, 2003, 2005, 2007, 2012 Free Software Foundation, Inc. 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 + 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, @@ -16,10 +16,11 @@ 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. */ + 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 ARCH_SIZE 32 @@ -232,7 +233,7 @@ nlm_i386_write_import (bfd * abfd, asection * sec, arelent * rel) static bfd_boolean nlm_i386_mangle_relocs (bfd *abfd, asection *sec, - const PTR data, + const void * data, bfd_vma offset, bfd_size_type count) {