bfd/
[deliverable/binutils-gdb.git] / bfd / nlm32-i386.c
index ce9595e4a2b59476cc95361474f90dc48c7073b7..d084d18dc7c3b253abed9494ced1e34e90db08b1 100644 (file)
@@ -1,5 +1,6 @@
 /* Support for 32-bit i386 NLM (NetWare Loadable Module)
-   Copyright 1993, 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 1993, 1994, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -33,7 +34,7 @@ static bfd_boolean nlm_i386_read_reloc
 static bfd_boolean nlm_i386_write_import
   PARAMS ((bfd *, asection *, arelent *));
 static bfd_boolean nlm_i386_mangle_relocs
-  PARAMS ((bfd *, asection *, PTR, bfd_vma, bfd_size_type));
+  PARAMS ((bfd *, asection *, const PTR, bfd_vma, bfd_size_type));
 static bfd_boolean nlm_i386_read_import
   PARAMS ((bfd *, nlmNAME(symbol_type) *));
 static bfd_boolean nlm_i386_write_external
@@ -247,7 +248,7 @@ static bfd_boolean
 nlm_i386_mangle_relocs (abfd, sec, data, offset, count)
      bfd *abfd;
      asection *sec;
-     PTR data;
+     const PTR data;
      bfd_vma offset;
      bfd_size_type count;
 {
This page took 0.024702 seconds and 4 git commands to generate.