~ubuntu-branches/debian/experimental/binutils/experimental

« back to all changes in this revision

Viewing changes to bfd/nlm32-i386.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-07-31 22:20:22 UTC
  • mfrom: (1.7.10)
  • Revision ID: package-import@ubuntu.com-20120731222022-0anxbeg8at8rnrx1
Tags: 2.22.90.20120731-1
New upstream snapshot (taken from the 2.23 branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Support for 32-bit i386 NLM (NetWare Loadable Module)
2
 
   Copyright 1993, 1994, 2000, 2001, 2002, 2003, 2005, 2007
 
2
   Copyright 1993, 1994, 2000, 2001, 2002, 2003, 2005, 2007, 2012
3
3
   Free Software Foundation, Inc.
4
4
 
5
5
   This file is part of BFD, the Binary File Descriptor library.
233
233
static bfd_boolean
234
234
nlm_i386_mangle_relocs (bfd *abfd,
235
235
                        asection *sec,
236
 
                        const PTR data,
 
236
                        const void * data,
237
237
                        bfd_vma offset,
238
238
                        bfd_size_type count)
239
239
{